#F0ADEB

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

Shades of Lavender Rose #F0ADEB

Tints of Lavender Rose #F0ADEB

Color information

#F0ADEB (or 0xF0ADEB) is unknown color: approx Lavender Rose. HEX triplet: F0, AD and EB. RGB value is (240,173,235). Sum of RGB (Red+Green+Blue) = 240+173+235=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ADEB is #0F5214. Grayscale: #C7C7C7. Windows color (decimal): -1004053 or 15445488. OLE color: 15445488.

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

Color convert

RGB240173235-
CMYK00.280.020.06
HSL304.48º69.07%80.98%-
HSV(B)304.48º27.92%94.12%-
XYZ65.8754.4185.63-
YUV200.1147.7156.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.04%
GREEN value IS 173 (67.97% from 255) = 26.70%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=37.04%
G=26.70%
B=36.27%

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
Decimal24017323500.280.020.06304.4869.0780.98
HexF0ADEB01C261304551
Octal36025535303426460105121
Binary1111000010101101111010110111001011010011000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ADEB; }

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

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

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

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

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

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

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

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