#F49CED

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

Shades of Lavender Rose #F49CED

Tints of Lavender Rose #F49CED

Color information

#F49CED (or 0xF49CED) is unknown color: approx Lavender Rose. HEX triplet: F4, 9C and ED. RGB value is (244,156,237). Sum of RGB (Red+Green+Blue) = 244+156+237=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 156 (61.33% from 255 or 24.49% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49CED is #0B6312. Grayscale: #BFBFBF. Windows color (decimal): -746259 or 15572212. OLE color: 15572212.

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

Color convert

RGB244156237-
CMYK00.360.030.04
HSL304.77º80%78.43%-
HSV(B)304.77º36.07%95.69%-
XYZ64.4849.1286.2-
YUV191.55153.65165.41-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.30%
GREEN value IS 156 (61.33% from 255) = 24.49%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=38.30%
G=24.49%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415623700.360.030.04304.778078.43
HexF49CED02434131504e
Octal36423435504434461120116
Binary11110100100111001110110101001001110010011000110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49CED; }

 p { color: rgb(244,156,237); }

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

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

 a { background-color: rgb(244,156,237); }

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

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

 span { border-color: rgb(244,156,237); }

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