#F49EE8

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

Shades of Lavender Rose #F49EE8

Tints of Lavender Rose #F49EE8

Color information

#F49EE8 (or 0xF49EE8) is unknown color: approx Lavender Rose. HEX triplet: F4, 9E and E8. RGB value is (244,158,232). Sum of RGB (Red+Green+Blue) = 244+158+232=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 158 (62.11% from 255 or 24.92% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49EE8 is #0B6117. Grayscale: #BFBFBF. Windows color (decimal): -745752 or 15245044. OLE color: 15245044.

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

Color convert

RGB244158232-
CMYK00.350.050.04
HSL308.37º79.63%78.82%-
HSV(B)308.37º35.25%95.69%-
XYZ64.149.5182.52-
YUV192.15150.49164.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.49%
GREEN value IS 158 (62.11% from 255) = 24.92%
BLUE value IS 232 (91.02% from 255) = 36.59%
R=38.49%
G=24.92%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415823200.350.050.04308.3779.6378.82
HexF49EE802354134504f
Octal36423635004354464120117
Binary111101001001111011101000010001110110010011010010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49EE8; }

 p { color: rgb(244,158,232); }

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

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

 a { background-color: rgb(244,158,232); }

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

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

 span { border-color: rgb(244,158,232); }

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