#F8AAEA

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

Shades of Lavender Rose #F8AAEA

Tints of Lavender Rose #F8AAEA

Color information

#F8AAEA (or 0xF8AAEA) is unknown color: approx Lavender Rose. HEX triplet: F8, AA and EA. RGB value is (248,170,234). Sum of RGB (Red+Green+Blue) = 248+170+234=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AAEA is #075515. Grayscale: #C8C8C8. Windows color (decimal): -480534 or 15379192. OLE color: 15379192.

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

Color convert

RGB248170234-
CMYK00.310.060.03
HSL310.77º84.78%81.96%-
HSV(B)310.77º31.45%97.25%-
XYZ67.9454.6584.81-
YUV200.62146.84161.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.04%
GREEN value IS 170 (66.80% from 255) = 26.07%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=38.04%
G=26.07%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817023400.310.060.03310.7784.7881.96
HexF8AAEA01F631375552
Octal37025235203763467125122
Binary1111100010101010111010100111111101110011011110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AAEA; }

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

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

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

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

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

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

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

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