#F8A5EE

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

Shades of Lavender Rose #F8A5EE

Tints of Lavender Rose #F8A5EE

Color information

#F8A5EE (or 0xF8A5EE) is unknown color: approx Lavender Rose. HEX triplet: F8, A5 and EE. RGB value is (248,165,238). Sum of RGB (Red+Green+Blue) = 248+165+238=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 165 (64.84% from 255 or 25.35% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A5EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A5EE is #075A11. Grayscale: #C5C5C5. Windows color (decimal): -481810 or 15640056. OLE color: 15640056.

HSL color Cylindrical-coordinate representation of color #F8A5EE: hue angle of 307.23º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A5EE is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248165238-
CMYK00.330.040.03
HSL307.23º85.57%80.98%-
HSV(B)307.23º33.47%97.25%-
XYZ67.653.0487.56-
YUV198.14150.5163.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.10%
GREEN value IS 165 (64.84% from 255) = 25.35%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=38.10%
G=25.35%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816523800.330.040.03307.2385.5780.98
HexF8A5EE021431335651
Octal37024535604143463126121
Binary11111000101001011110111001000011001110011001110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A5EE; }

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

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

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

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

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

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

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

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