#FDB0B1

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

Shades of Light Pink #FDB0B1

Tints of Light Pink #FDB0B1

Color information

#FDB0B1 (or 0xFDB0B1) is unknown color: approx Light Pink. HEX triplet: FD, B0 and B1. RGB value is (253,176,177). Sum of RGB (Red+Green+Blue) = 253+176+177=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB0B1 is #024F4E. Grayscale: #C7C7C7. Windows color (decimal): -151375 or 11645181. OLE color: 11645181.

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

Color convert

RGB253176177-
CMYK00.300.300.01
HSL359.22º95.06%84.12%-
HSV(B)359.22º30.43%99.22%-
XYZ63.9755.1148.86-
YUV199.14115.51166.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 176 (69.14% from 255) = 29.04%
BLUE value IS 177 (69.53% from 255) = 29.21%
R=41.75%
G=29.04%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317617700.300.300.01359.2295.0684.12
HexFDB0B101E1E11675f54
Octal375260261036361547137124
Binary11111101101100001011000101111011110110110011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB0B1; }

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

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

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

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

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

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

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

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