#F0AEDE

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

Shades of Lavender Rose #F0AEDE

Tints of Lavender Rose #F0AEDE

Color information

#F0AEDE (or 0xF0AEDE) is unknown color: approx Lavender Rose. HEX triplet: F0, AE and DE. RGB value is (240,174,222). Sum of RGB (Red+Green+Blue) = 240+174+222=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEDE is #0F5121. Grayscale: #C7C7C7. Windows color (decimal): -1003810 or 14593776. OLE color: 14593776.

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

Color convert

RGB240174222-
CMYK00.280.080.06
HSL316.36º68.75%81.18%-
HSV(B)316.36º27.5%94.12%-
XYZ64.2654.0776.16-
YUV199.21140.87157.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 174 (68.36% from 255) = 27.36%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=37.74%
G=27.36%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017422200.280.080.06316.3668.7581.18
HexF0AEDE01C8613c4551
Octal360256336034106474105121
Binary111100001010111011011110011100100011010011110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEDE; }

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

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

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

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

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

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

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

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