#F0AEDC

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

Shades of Lavender Rose #F0AEDC

Tints of Lavender Rose #F0AEDC

Color information

#F0AEDC (or 0xF0AEDC) is unknown color: approx Lavender Rose. HEX triplet: F0, AE and DC. RGB value is (240,174,220). Sum of RGB (Red+Green+Blue) = 240+174+220=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEDC is #0F5123. Grayscale: #C6C6C6. Windows color (decimal): -1003812 or 14462704. OLE color: 14462704.

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

Color convert

RGB240174220-
CMYK00.280.080.06
HSL318.18º68.75%81.18%-
HSV(B)318.18º27.5%94.12%-
XYZ63.9953.9674.75-
YUV198.98139.87157.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.85%
GREEN value IS 174 (68.36% from 255) = 27.44%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=37.85%
G=27.44%
B=34.70%

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
Decimal24017422000.280.080.06318.1868.7581.18
HexF0AEDC01C8613e4551
Octal360256334034106476105121
Binary111100001010111011011100011100100011010011111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEDC; }

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

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

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

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

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

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

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

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