#FCB5B9

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

Shades of Light Pink #FCB5B9

Tints of Light Pink #FCB5B9

Color information

#FCB5B9 (or 0xFCB5B9) is unknown color: approx Light Pink. HEX triplet: FC, B5 and B9. RGB value is (252,181,185). Sum of RGB (Red+Green+Blue) = 252+181+185=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5B9 is #034A46. Grayscale: #CACACA. Windows color (decimal): -215623 or 12170748. OLE color: 12170748.

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

Color convert

RGB252181185-
CMYK00.280.270.01
HSL356.62º92.21%84.9%-
HSV(B)356.62º28.17%98.82%-
XYZ65.4357.2553.5-
YUV202.68118.02163.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 181 (71.09% from 255) = 29.29%
BLUE value IS 185 (72.66% from 255) = 29.94%
R=40.78%
G=29.29%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218118500.280.270.01356.6292.2184.9
HexFCB5B901C1B11655c55
Octal374265271034331545134125
Binary11111100101101011011100101110011011110110010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5B9; }

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

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

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

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

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

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

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

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