#FCB9C7

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

Shades of Light Pink #FCB9C7

Tints of Light Pink #FCB9C7

Color information

#FCB9C7 (or 0xFCB9C7) is unknown color: approx Light Pink. HEX triplet: FC, B9 and C7. RGB value is (252,185,199). Sum of RGB (Red+Green+Blue) = 252+185+199=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 199 (78.12% from 255 or 31.29% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9C7 is #034638. Grayscale: #CECECE. Windows color (decimal): -214585 or 13089276. OLE color: 13089276.

HSL color Cylindrical-coordinate representation of color #FCB9C7: hue angle of 347.46º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9C7 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB252185199-
CMYK00.270.210.01
HSL347.46º91.78%85.69%-
HSV(B)347.46º26.59%98.82%-
XYZ67.859.5261.95-
YUV206.63123.7160.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 185 (72.66% from 255) = 29.09%
BLUE value IS 199 (78.12% from 255) = 31.29%
R=39.62%
G=29.09%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218519900.270.210.01347.4691.7885.69
HexFCB9C701B15115b5c56
Octal374271307033251533134126
Binary11111100101110011100011101101110101110101101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9C7; }

 p { color: rgb(252,185,199); }

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

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

 a { background-color: rgb(252,185,199); }

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

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

 span { border-color: rgb(252,185,199); }

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