#FDAAAE

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

Shades of Light Pink #FDAAAE

Tints of Light Pink #FDAAAE

Color information

#FDAAAE (or 0xFDAAAE) is unknown color: approx Light Pink. HEX triplet: FD, AA and AE. RGB value is (253,170,174). Sum of RGB (Red+Green+Blue) = 253+170+174=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAAAE is #025551. Grayscale: #C3C3C3. Windows color (decimal): -152914 or 11447037. OLE color: 11447037.

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

Color convert

RGB253170174-
CMYK00.330.310.01
HSL357.11º95.4%82.94%-
HSV(B)357.11º32.81%99.22%-
XYZ62.5252.6946.92-
YUV195.27116169.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 174 (68.36% from 255) = 29.15%
R=42.38%
G=28.48%
B=29.15%

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
Decimal25317017400.330.310.01357.1195.482.94
HexFDAAAE0211F11655f53
Octal375252256041371545137123
Binary111111011010101010101110010000111111110110010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAAE; }

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

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

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

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

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

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

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

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