#FDAABA

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

Shades of Light Pink #FDAABA

Tints of Light Pink #FDAABA

Color information

#FDAABA (or 0xFDAABA) is unknown color: approx Light Pink. HEX triplet: FD, AA and BA. RGB value is (253,170,186). Sum of RGB (Red+Green+Blue) = 253+170+186=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAABA is #025545. Grayscale: #C4C4C4. Windows color (decimal): -152902 or 12233469. OLE color: 12233469.

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

Color convert

RGB253170186-
CMYK00.330.260.01
HSL348.43º95.4%82.94%-
HSV(B)348.43º32.81%99.22%-
XYZ63.7553.1853.36-
YUV196.64122168.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.54%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=41.54%
G=27.91%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317018600.330.260.01348.4395.482.94
HexFDAABA0211A115c5f53
Octal375252272041321534137123
Binary111111011010101010111010010000111010110101110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAABA; }

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

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

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

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

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

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

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

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