#FDAAB3

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

Shades of Light Pink #FDAAB3

Tints of Light Pink #FDAAB3

Color information

#FDAAB3 (or 0xFDAAB3) is unknown color: approx Light Pink. HEX triplet: FD, AA and B3. RGB value is (253,170,179). Sum of RGB (Red+Green+Blue) = 253+170+179=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAAB3 is #02554C. Grayscale: #C3C3C3. Windows color (decimal): -152909 or 11774717. OLE color: 11774717.

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

Color convert

RGB253170179-
CMYK00.330.290.01
HSL353.49º95.4%82.94%-
HSV(B)353.49º32.81%99.22%-
XYZ63.0252.8949.53-
YUV195.84118.5168.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 170 (66.80% from 255) = 28.24%
BLUE value IS 179 (70.31% from 255) = 29.73%
R=42.03%
G=28.24%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317017900.330.290.01353.4995.482.94
HexFDAAB30211D11615f53
Octal375252263041351541137123
Binary111111011010101010110011010000111101110110000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAB3; }

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

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

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

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

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

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

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

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