#F49DEB

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

Shades of Lavender Rose #F49DEB

Tints of Lavender Rose #F49DEB

Color information

#F49DEB (or 0xF49DEB) is unknown color: approx Lavender Rose. HEX triplet: F4, 9D and EB. RGB value is (244,157,235). Sum of RGB (Red+Green+Blue) = 244+157+235=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 157 (61.72% from 255 or 24.69% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49DEB is #0B6214. Grayscale: #BFBFBF. Windows color (decimal): -746005 or 15441396. OLE color: 15441396.

HSL color Cylindrical-coordinate representation of color #F49DEB: hue angle of 306.21º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49DEB is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB244157235-
CMYK00.360.040.04
HSL306.21º79.82%78.63%-
HSV(B)306.21º35.66%95.69%-
XYZ64.3649.3584.73-
YUV191.9152.32165.16-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.36%
GREEN value IS 157 (61.72% from 255) = 24.69%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=38.36%
G=24.69%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415723500.360.040.04306.2179.8278.63
HexF49DEB02444132504f
Octal36423535304444462120117
Binary111101001001110111101011010010010010010011001010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49DEB; }

 p { color: rgb(244,157,235); }

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

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

 a { background-color: rgb(244,157,235); }

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

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

 span { border-color: rgb(244,157,235); }

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