#F0ADEC

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

Shades of Lavender Rose #F0ADEC

Tints of Lavender Rose #F0ADEC

Color information

#F0ADEC (or 0xF0ADEC) is unknown color: approx Lavender Rose. HEX triplet: F0, AD and EC. RGB value is (240,173,236). Sum of RGB (Red+Green+Blue) = 240+173+236=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADEC is #0F5213. Grayscale: #C8C8C8. Windows color (decimal): -1004052 or 15511024. OLE color: 15511024.

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

Color convert

RGB240173236-
CMYK00.280.020.06
HSL303.58º69.07%80.98%-
HSV(B)303.58º27.92%94.12%-
XYZ66.0254.4786.39-
YUV200.21148.2156.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.98%
GREEN value IS 173 (67.97% from 255) = 26.66%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=36.98%
G=26.66%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017323600.280.020.06303.5869.0780.98
HexF0ADEC01C261304551
Octal36025535403426460105121
Binary1111000010101101111011000111001011010011000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADEC; }

 p { color: rgb(240,173,236); }

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

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

 a { background-color: rgb(240,173,236); }

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

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

 span { border-color: rgb(240,173,236); }

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