#F0AEE4

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

Shades of Lavender Rose #F0AEE4

Tints of Lavender Rose #F0AEE4

Color information

#F0AEE4 (or 0xF0AEE4) is unknown color: approx Lavender Rose. HEX triplet: F0, AE and E4. RGB value is (240,174,228). Sum of RGB (Red+Green+Blue) = 240+174+228=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEE4 is #0F511B. Grayscale: #C7C7C7. Windows color (decimal): -1003804 or 14986992. OLE color: 14986992.

HSL color Cylindrical-coordinate representation of color #F0AEE4: hue angle of 310.91º 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 #F0AEE4 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB240174228-
CMYK00.280.050.06
HSL310.91º68.75%81.18%-
HSV(B)310.91º27.5%94.12%-
XYZ65.0754.480.47-
YUV199.89143.87156.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.38%
GREEN value IS 174 (68.36% from 255) = 27.10%
BLUE value IS 228 (89.45% from 255) = 35.51%
R=37.38%
G=27.10%
B=35.51%

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
Decimal24017422800.280.050.06310.9168.7581.18
HexF0AEE401C561374551
Octal36025634403456467105121
Binary11110000101011101110010001110010111010011011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEE4; }

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

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

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

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

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

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

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

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