#FDAAAF

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

Shades of Light Pink #FDAAAF

Tints of Light Pink #FDAAAF

Color information

#FDAAAF (or 0xFDAAAF) is unknown color: approx Light Pink. HEX triplet: FD, AA and AF. RGB value is (253,170,175). Sum of RGB (Red+Green+Blue) = 253+170+175=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAAAF is #025550. Grayscale: #C3C3C3. Windows color (decimal): -152913 or 11512573. OLE color: 11512573.

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

Color convert

RGB253170175-
CMYK00.330.310.01
HSL356.39º95.4%82.94%-
HSV(B)356.39º32.81%99.22%-
XYZ62.6252.7347.43-
YUV195.39116.5169.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=42.31%
G=28.43%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317017500.330.310.01356.3995.482.94
HexFDAAAF0211F11645f53
Octal375252257041371544137123
Binary111111011010101010101111010000111111110110010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAAF; }

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

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

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

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

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

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

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

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