#FDB9BB

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

Shades of Light Pink #FDB9BB

Tints of Light Pink #FDB9BB

Color information

#FDB9BB (or 0xFDB9BB) is unknown color: approx Light Pink. HEX triplet: FD, B9 and BB. RGB value is (253,185,187). Sum of RGB (Red+Green+Blue) = 253+185+187=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9BB is #024644. Grayscale: #CDCDCD. Windows color (decimal): -149061 or 12302845. OLE color: 12302845.

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

Color convert

RGB253185187-
CMYK00.270.260.01
HSL358.24º94.44%85.88%-
HSV(B)358.24º26.88%99.22%-
XYZ66.8359.1754.91-
YUV205.56117.53161.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 185 (72.66% from 255) = 29.6%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=40.48%
G=29.6%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318518700.270.260.01358.2494.4485.88
HexFDB9BB01B1A11665e56
Octal375271273033321546136126
Binary11111101101110011011101101101111010110110011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB9BB; }

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

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

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

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

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

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

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

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