#F8AFE8

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

Shades of Lavender Rose #F8AFE8

Tints of Lavender Rose #F8AFE8

Color information

#F8AFE8 (or 0xF8AFE8) is unknown color: approx Lavender Rose. HEX triplet: F8, AF and E8. RGB value is (248,175,232). Sum of RGB (Red+Green+Blue) = 248+175+232=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8AFE8 is #075017. Grayscale: #CBCBCB. Windows color (decimal): -479256 or 15249400. OLE color: 15249400.

HSL color Cylindrical-coordinate representation of color #F8AFE8: hue angle of 313.15º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8AFE8 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB248175232-
CMYK00.290.060.03
HSL313.15º83.91%82.94%-
HSV(B)313.15º29.44%97.25%-
XYZ68.6156.4483.62-
YUV203.32144.18159.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.86%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 232 (91.02% from 255) = 35.42%
R=37.86%
G=26.72%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817523200.290.060.03313.1583.9182.94
HexF8AFE801D631395453
Octal37025735003563471124123
Binary1111100010101111111010000111011101110011100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AFE8; }

 p { color: rgb(248,175,232); }

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

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

 a { background-color: rgb(248,175,232); }

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

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

 span { border-color: rgb(248,175,232); }

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