#FDB0B6

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

Shades of Light Pink #FDB0B6

Tints of Light Pink #FDB0B6

Color information

#FDB0B6 (or 0xFDB0B6) is unknown color: approx Light Pink. HEX triplet: FD, B0 and B6. RGB value is (253,176,182). Sum of RGB (Red+Green+Blue) = 253+176+182=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0B6 is #024F49. Grayscale: #C7C7C7. Windows color (decimal): -151370 or 11972861. OLE color: 11972861.

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

Color convert

RGB253176182-
CMYK00.300.280.01
HSL355.32º95.06%84.12%-
HSV(B)355.32º30.43%99.22%-
XYZ64.4855.3151.53-
YUV199.71118.01166.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 176 (69.14% from 255) = 28.81%
BLUE value IS 182 (71.48% from 255) = 29.79%
R=41.41%
G=28.81%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317618200.300.280.01355.3295.0684.12
HexFDB0B601E1C11635f54
Octal375260266036341543137124
Binary11111101101100001011011001111011100110110001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB0B6; }

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

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

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

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

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

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

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

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