#FDA9B0

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

Shades of Light Pink #FDA9B0

Tints of Light Pink #FDA9B0

Color information

#FDA9B0 (or 0xFDA9B0) is unknown color: approx Light Pink. HEX triplet: FD, A9 and B0. RGB value is (253,169,176). Sum of RGB (Red+Green+Blue) = 253+169+176=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA9B0 is #02564F. Grayscale: #C2C2C2. Windows color (decimal): -153168 or 11577853. OLE color: 11577853.

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

Color convert

RGB253169176-
CMYK00.330.300.01
HSL355º95.45%82.75%-
HSV(B)355º33.2%99.22%-
XYZ62.5352.3947.89-
YUV194.91117.33169.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 169 (66.41% from 255) = 28.26%
BLUE value IS 176 (69.14% from 255) = 29.43%
R=42.31%
G=28.26%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316917600.330.300.0135595.4582.75
HexFDA9B00211E11635f53
Octal375251260041361543137123
Binary111111011010100110110000010000111110110110001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA9B0; }

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

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

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

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

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

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

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

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