#FC9DCF

Color #FC9DCF Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FC9DCF

Tints of Carnation Pink #FC9DCF

Color information

#FC9DCF (or 0xFC9DCF) is unknown color: approx Carnation Pink. HEX triplet: FC, 9D and CF. RGB value is (252,157,207). Sum of RGB (Red+Green+Blue) = 252+157+207=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DCF is #036230. Grayscale: #BFBFBF. Windows color (decimal): -221745 or 13606396. OLE color: 13606396.

HSL color Cylindrical-coordinate representation of color #FC9DCF: hue angle of 328.42º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9DCF is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252157207-
CMYK00.380.180.01
HSL328.42º94.06%80.2%-
HSV(B)328.42º37.7%98.82%-
XYZ63.4649.3165.21-
YUV191.1136.97171.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 157 (61.72% from 255) = 25.49%
BLUE value IS 207 (81.25% from 255) = 33.60%
R=40.91%
G=25.49%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215720700.380.180.01328.4294.0680.2
HexFC9DCF0261211485e50
Octal374235317046221510136120
Binary111111001001110111001111010011010010110100100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9DCF; }

 p { color: rgb(252,157,207); }

 H1.HeaderClassName
 {
   color: #FC9DCF;
 }
 .AnyTagClassName
 {
   color: #FC9DCF;
 }
</style>
background-color css

<style>
 a { background-color: #FC9DCF; }

 a { background-color: rgb(252,157,207); }

 div.DivClassName
 {
   background-color: #FC9DCF;
 }
 .BgClassName
 {
   background-color: #FC9DCF;
 }
</style>
border-color css

<style>
 span { border-color: #FC9DCF; }

 span { border-color: rgb(252,157,207); }

 td.TdClassName
 {
   border-color: #FC9DCF;
 }
 .TagClassName
 {
   border-color: #FC9DCF;
 }
</style>