#F0A5EE

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

Shades of Lavender Rose #F0A5EE

Tints of Lavender Rose #F0A5EE

Color information

#F0A5EE (or 0xF0A5EE) is unknown color: approx Lavender Rose. HEX triplet: F0, A5 and EE. RGB value is (240,165,238). Sum of RGB (Red+Green+Blue) = 240+165+238=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 165 (64.84% from 255 or 25.66% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A5EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A5EE is #0F5A11. Grayscale: #C3C3C3. Windows color (decimal): -1006098 or 15640048. OLE color: 15640048.

HSL color Cylindrical-coordinate representation of color #F0A5EE: hue angle of 301.6º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0A5EE is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240165238-
CMYK00.310.010.06
HSL301.6º71.43%79.41%-
HSV(B)301.6º31.25%94.12%-
XYZ64.8251.6187.43-
YUV195.75151.85159.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.33%
GREEN value IS 165 (64.84% from 255) = 25.66%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=37.33%
G=25.66%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016523800.310.010.06301.671.4379.41
HexF0A5EE01F1612e474f
Octal36024535603716456107117
Binary111100001010010111101110011111111010010111010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A5EE; }

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

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

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

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

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

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

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

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