#FDAAB2

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

Shades of Light Pink #FDAAB2

Tints of Light Pink #FDAAB2

Color information

#FDAAB2 (or 0xFDAAB2) is unknown color: approx Light Pink. HEX triplet: FD, AA and B2. RGB value is (253,170,178). Sum of RGB (Red+Green+Blue) = 253+170+178=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAAB2 is #02554D. Grayscale: #C3C3C3. Windows color (decimal): -152910 or 11709181. OLE color: 11709181.

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

Color convert

RGB253170178-
CMYK00.330.300.01
HSL354.22º95.4%82.94%-
HSV(B)354.22º32.81%99.22%-
XYZ62.9252.8549-
YUV195.73118168.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 178 (69.92% from 255) = 29.62%
R=42.10%
G=28.29%
B=29.62%

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
Decimal25317017800.330.300.01354.2295.482.94
HexFDAAB20211E11625f53
Octal375252262041361542137123
Binary111111011010101010110010010000111110110110001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAB2; }

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

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

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

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

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

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

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

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