#F0AEE3

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

Shades of Lavender Rose #F0AEE3

Tints of Lavender Rose #F0AEE3

Color information

#F0AEE3 (or 0xF0AEE3) is unknown color: approx Lavender Rose. HEX triplet: F0, AE and E3. RGB value is (240,174,227). Sum of RGB (Red+Green+Blue) = 240+174+227=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEE3 is #0F511C. Grayscale: #C7C7C7. Windows color (decimal): -1003805 or 14921456. OLE color: 14921456.

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

Color convert

RGB240174227-
CMYK00.280.050.06
HSL311.82º68.75%81.18%-
HSV(B)311.82º27.5%94.12%-
XYZ64.9454.3479.74-
YUV199.78143.37156.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.44%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 227 (89.06% from 255) = 35.41%
R=37.44%
G=27.15%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017422700.280.050.06311.8268.7581.18
HexF0AEE301C561384551
Octal36025634303456470105121
Binary11110000101011101110001101110010111010011100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEE3; }

 p { color: rgb(240,174,227); }

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

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

 a { background-color: rgb(240,174,227); }

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

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

 span { border-color: rgb(240,174,227); }

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