#F0AEDD

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

Shades of Lavender Rose #F0AEDD

Tints of Lavender Rose #F0AEDD

Color information

#F0AEDD (or 0xF0AEDD) is unknown color: approx Lavender Rose. HEX triplet: F0, AE and DD. RGB value is (240,174,221). Sum of RGB (Red+Green+Blue) = 240+174+221=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEDD is #0F5122. Grayscale: #C6C6C6. Windows color (decimal): -1003811 or 14528240. OLE color: 14528240.

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

Color convert

RGB240174221-
CMYK00.280.080.06
HSL317.27º68.75%81.18%-
HSV(B)317.27º27.5%94.12%-
XYZ64.1254.0275.45-
YUV199.09140.37157.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 174 (68.36% from 255) = 27.40%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=37.80%
G=27.40%
B=34.80%

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
Decimal24017422100.280.080.06317.2768.7581.18
HexF0AEDD01C8613d4551
Octal360256335034106475105121
Binary111100001010111011011101011100100011010011110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEDD; }

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

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

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

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

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

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

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

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