#FDAAAB

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

Shades of Light Pink #FDAAAB

Tints of Light Pink #FDAAAB

Color information

#FDAAAB (or 0xFDAAAB) is unknown color: approx Light Pink. HEX triplet: FD, AA and AB. RGB value is (253,170,171). Sum of RGB (Red+Green+Blue) = 253+170+171=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAAAB is #025554. Grayscale: #C3C3C3. Windows color (decimal): -152917 or 11250429. OLE color: 11250429.

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

Color convert

RGB253170171-
CMYK00.330.320.01
HSL359.28º95.4%82.94%-
HSV(B)359.28º32.81%99.22%-
XYZ62.2352.5745.4-
YUV194.93114.5169.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 171 (67.19% from 255) = 28.79%
R=42.59%
G=28.62%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317017100.330.320.01359.2895.482.94
HexFDAAAB0212011675f53
Octal375252253041401547137123
Binary1111110110101010101010110100001100000110110011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAAB; }

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

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

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

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

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

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

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

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