#FDB6BB

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

Shades of Light Pink #FDB6BB

Tints of Light Pink #FDB6BB

Color information

#FDB6BB (or 0xFDB6BB) is unknown color: approx Light Pink. HEX triplet: FD, B6 and BB. RGB value is (253,182,187). Sum of RGB (Red+Green+Blue) = 253+182+187=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6BB is #024944. Grayscale: #CBCBCB. Windows color (decimal): -149829 or 12302077. OLE color: 12302077.

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

Color convert

RGB253182187-
CMYK00.280.260.01
HSL355.77º94.67%85.29%-
HSV(B)355.77º28.06%99.22%-
XYZ66.2157.9354.71-
YUV203.8118.52163.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.68%
GREEN value IS 182 (71.48% from 255) = 29.26%
BLUE value IS 187 (73.44% from 255) = 30.06%
R=40.68%
G=29.26%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318218700.280.260.01355.7794.6785.29
HexFDB6BB01C1A11645f55
Octal375266273034321544137125
Binary11111101101101101011101101110011010110110010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB6BB; }

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

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

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

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

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

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

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

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