#FDB0B5

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

Shades of Light Pink #FDB0B5

Tints of Light Pink #FDB0B5

Color information

#FDB0B5 (or 0xFDB0B5) is unknown color: approx Light Pink. HEX triplet: FD, B0 and B5. RGB value is (253,176,181). Sum of RGB (Red+Green+Blue) = 253+176+181=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0B5 is #024F4A. Grayscale: #C7C7C7. Windows color (decimal): -151371 or 11907325. OLE color: 11907325.

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

Color convert

RGB253176181-
CMYK00.300.280.01
HSL356.1º95.06%84.12%-
HSV(B)356.1º30.43%99.22%-
XYZ64.3755.2750.99-
YUV199.59117.51166.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 176 (69.14% from 255) = 28.85%
BLUE value IS 181 (71.09% from 255) = 29.67%
R=41.48%
G=28.85%
B=29.67%

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
Decimal25317618100.300.280.01356.195.0684.12
HexFDB0B501E1C11645f54
Octal375260265036341544137124
Binary11111101101100001011010101111011100110110010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB0B5; }

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

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

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

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

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

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

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

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