#F8AACE

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

Shades of Lavender Pink #F8AACE

Tints of Lavender Pink #F8AACE

Color information

#F8AACE (or 0xF8AACE) is unknown color: approx Lavender Pink. HEX triplet: F8, AA and CE. RGB value is (248,170,206). Sum of RGB (Red+Green+Blue) = 248+170+206=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AACE is #075531. Grayscale: #C5C5C5. Windows color (decimal): -480562 or 13544184. OLE color: 13544184.

HSL color Cylindrical-coordinate representation of color #F8AACE: hue angle of 332.31º 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 #F8AACE is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248170206-
CMYK00.310.170.03
HSL332.31º84.78%81.96%-
HSV(B)332.31º31.45%97.25%-
XYZ64.2353.1665.27-
YUV197.43132.84164.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.74%
GREEN value IS 170 (66.80% from 255) = 27.24%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=39.74%
G=27.24%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817020600.310.170.03332.3184.7881.96
HexF8AACE01F11314c5552
Octal370252316037213514125122
Binary111110001010101011001110011111100011110100110010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AACE; }

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

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

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

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

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

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

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

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