#FCB5C4

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

Shades of Light Pink #FCB5C4

Tints of Light Pink #FCB5C4

Color information

#FCB5C4 (or 0xFCB5C4) is unknown color: approx Light Pink. HEX triplet: FC, B5 and C4. RGB value is (252,181,196). Sum of RGB (Red+Green+Blue) = 252+181+196=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5C4 is #034A3B. Grayscale: #CBCBCB. Windows color (decimal): -215612 or 12891644. OLE color: 12891644.

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

Color convert

RGB252181196-
CMYK00.280.220.01
HSL347.32º92.21%84.9%-
HSV(B)347.32º28.17%98.82%-
XYZ66.6357.7359.86-
YUV203.94123.52162.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 181 (71.09% from 255) = 28.78%
BLUE value IS 196 (76.95% from 255) = 31.16%
R=40.06%
G=28.78%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218119600.280.220.01347.3292.2184.9
HexFCB5C401C16115b5c55
Octal374265304034261533134125
Binary11111100101101011100010001110010110110101101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5C4; }

 p { color: rgb(252,181,196); }

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

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

 a { background-color: rgb(252,181,196); }

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

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

 span { border-color: rgb(252,181,196); }

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