#F8AAEE

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

Shades of Lavender Rose #F8AAEE

Tints of Lavender Rose #F8AAEE

Color information

#F8AAEE (or 0xF8AAEE) is unknown color: approx Lavender Rose. HEX triplet: F8, AA and EE. RGB value is (248,170,238). Sum of RGB (Red+Green+Blue) = 248+170+238=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 170 (66.80% from 255 or 25.91% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AAEE is #075511. Grayscale: #C8C8C8. Windows color (decimal): -480530 or 15641336. OLE color: 15641336.

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

Color convert

RGB248170238-
CMYK00.310.040.03
HSL307.69º84.78%81.96%-
HSV(B)307.69º31.45%97.25%-
XYZ68.5254.8887.87-
YUV201.07148.84161.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.80%
GREEN value IS 170 (66.80% from 255) = 25.91%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=37.80%
G=25.91%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817023800.310.040.03307.6984.7881.96
HexF8AAEE01F431345552
Octal37025235603743464125122
Binary1111100010101010111011100111111001110011010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AAEE; }

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

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

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

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

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

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

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

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