#FDAAB8

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

Shades of Light Pink #FDAAB8

Tints of Light Pink #FDAAB8

Color information

#FDAAB8 (or 0xFDAAB8) is unknown color: approx Light Pink. HEX triplet: FD, AA and B8. RGB value is (253,170,184). Sum of RGB (Red+Green+Blue) = 253+170+184=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAAB8 is #025547. Grayscale: #C4C4C4. Windows color (decimal): -152904 or 12102397. OLE color: 12102397.

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

Color convert

RGB253170184-
CMYK00.330.270.01
HSL349.88º95.4%82.94%-
HSV(B)349.88º32.81%99.22%-
XYZ63.5353.0952.25-
YUV196.41121168.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 170 (66.80% from 255) = 28.01%
BLUE value IS 184 (72.27% from 255) = 30.31%
R=41.68%
G=28.01%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317018400.330.270.01349.8895.482.94
HexFDAAB80211B115e5f53
Octal375252270041331536137123
Binary111111011010101010111000010000111011110101111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAAB8; }

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

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

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

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

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

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

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

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