#F8AAB2

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

Shades of Light Pink #F8AAB2

Tints of Light Pink #F8AAB2

Color information

#F8AAB2 (or 0xF8AAB2) is unknown color: approx Light Pink. HEX triplet: F8, AA and B2. RGB value is (248,170,178). Sum of RGB (Red+Green+Blue) = 248+170+178=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 178 (69.92% from 255 or 29.87% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AAB2 is #07554D. Grayscale: #C2C2C2. Windows color (decimal): -480590 or 11709176. OLE color: 11709176.

HSL color Cylindrical-coordinate representation of color #F8AAB2: hue angle of 353.85º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8AAB2 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB248170178-
CMYK00.310.280.03
HSL353.85º84.78%81.96%-
HSV(B)353.85º31.45%97.25%-
XYZ61.1251.9248.92-
YUV194.23118.84166.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.61%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 178 (69.92% from 255) = 29.87%
R=41.61%
G=28.52%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817017800.310.280.03353.8584.7881.96
HexF8AAB201F1C31625552
Octal370252262037343542125122
Binary111110001010101010110010011111111001110110001010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AAB2; }

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

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

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

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

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

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

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

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