#FDA9AA

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

Shades of Light Pink #FDA9AA

Tints of Light Pink #FDA9AA

Color information

#FDA9AA (or 0xFDA9AA) is unknown color: approx Light Pink. HEX triplet: FD, A9 and AA. RGB value is (253,169,170). Sum of RGB (Red+Green+Blue) = 253+169+170=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA9AA is #025655. Grayscale: #C2C2C2. Windows color (decimal): -153174 or 11184637. OLE color: 11184637.

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

Color convert

RGB253169170-
CMYK00.330.330.01
HSL359.29º95.45%82.75%-
HSV(B)359.29º33.2%99.22%-
XYZ61.9552.1644.83-
YUV194.23114.33169.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.74%
GREEN value IS 169 (66.41% from 255) = 28.55%
BLUE value IS 170 (66.80% from 255) = 28.72%
R=42.74%
G=28.55%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316917000.330.330.01359.2995.4582.75
HexFDA9AA0212111675f53
Octal375251252041411547137123
Binary1111110110101001101010100100001100001110110011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA9AA; }

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

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

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

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

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

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

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

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