#FC9DCB

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

Shades of Carnation Pink #FC9DCB

Tints of Carnation Pink #FC9DCB

Color information

#FC9DCB (or 0xFC9DCB) is unknown color: approx Carnation Pink. HEX triplet: FC, 9D and CB. RGB value is (252,157,203). Sum of RGB (Red+Green+Blue) = 252+157+203=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DCB is #036234. Grayscale: #BEBEBE. Windows color (decimal): -221749 or 13344252. OLE color: 13344252.

HSL color Cylindrical-coordinate representation of color #FC9DCB: hue angle of 330.95º 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 #FC9DCB is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252157203-
CMYK00.380.190.01
HSL330.95º94.06%80.2%-
HSV(B)330.95º37.7%98.82%-
XYZ62.9849.1262.66-
YUV190.65134.97171.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.18%
GREEN value IS 157 (61.72% from 255) = 25.65%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=41.18%
G=25.65%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215720300.380.190.01330.9594.0680.2
HexFC9DCB02613114b5e50
Octal374235313046231513136120
Binary111111001001110111001011010011010011110100101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9DCB; }

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

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

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

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

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

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

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

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