#FDB1BB

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

Shades of Light Pink #FDB1BB

Tints of Light Pink #FDB1BB

Color information

#FDB1BB (or 0xFDB1BB) is unknown color: approx Light Pink. HEX triplet: FD, B1 and BB. RGB value is (253,177,187). Sum of RGB (Red+Green+Blue) = 253+177+187=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1BB is #024E44. Grayscale: #C8C8C8. Windows color (decimal): -151109 or 12300797. OLE color: 12300797.

HSL color Cylindrical-coordinate representation of color #FDB1BB: hue angle of 352.11º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB1BB is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB253177187-
CMYK00.300.260.01
HSL352.11º95%84.31%-
HSV(B)352.11º30.04%99.22%-
XYZ65.255.9154.37-
YUV200.86120.18165.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.00%
GREEN value IS 177 (69.53% from 255) = 28.69%
BLUE value IS 187 (73.44% from 255) = 30.31%
R=41.00%
G=28.69%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317718700.300.260.01352.119584.31
HexFDB1BB01E1A11605f54
Octal375261273036321540137124
Binary11111101101100011011101101111011010110110000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB1BB; }

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

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

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

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

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

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

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

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