#F0AFEE

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

Shades of Lavender Rose #F0AFEE

Tints of Lavender Rose #F0AFEE

Color information

#F0AFEE (or 0xF0AFEE) is unknown color: approx Lavender Rose. HEX triplet: F0, AF and EE. RGB value is (240,175,238). Sum of RGB (Red+Green+Blue) = 240+175+238=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFEE is #0F5011. Grayscale: #C9C9C9. Windows color (decimal): -1003538 or 15642608. OLE color: 15642608.

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

Color convert

RGB240175238-
CMYK00.270.010.06
HSL301.85º68.42%81.37%-
HSV(B)301.85º27.08%94.12%-
XYZ66.755.3688.06-
YUV201.62148.53155.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.75%
GREEN value IS 175 (68.75% from 255) = 26.80%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=36.75%
G=26.80%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017523800.270.010.06301.8568.4281.37
HexF0AFEE01B1612e4451
Octal36025735603316456104121
Binary111100001010111111101110011011111010010111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFEE; }

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

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

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

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

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

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

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

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