#FDB5B9

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

Shades of Light Pink #FDB5B9

Tints of Light Pink #FDB5B9

Color information

#FDB5B9 (or 0xFDB5B9) is unknown color: approx Light Pink. HEX triplet: FD, B5 and B9. RGB value is (253,181,185). Sum of RGB (Red+Green+Blue) = 253+181+185=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5B9 is #024A46. Grayscale: #CBCBCB. Windows color (decimal): -150087 or 12170749. OLE color: 12170749.

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

Color convert

RGB253181185-
CMYK00.280.270.01
HSL356.67º94.74%85.1%-
HSV(B)356.67º28.46%99.22%-
XYZ65.7957.4353.52-
YUV202.98117.85163.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 181 (71.09% from 255) = 29.24%
BLUE value IS 185 (72.66% from 255) = 29.89%
R=40.87%
G=29.24%
B=29.89%

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
Decimal25318118500.280.270.01356.6794.7485.1
HexFDB5B901C1B11655f55
Octal375265271034331545137125
Binary11111101101101011011100101110011011110110010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB5B9; }

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

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

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

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

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

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

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

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