#F49CDC

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

Shades of Lavender Rose #F49CDC

Tints of Lavender Rose #F49CDC

Color information

#F49CDC (or 0xF49CDC) is unknown color: approx Lavender Rose. HEX triplet: F4, 9C and DC. RGB value is (244,156,220). Sum of RGB (Red+Green+Blue) = 244+156+220=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CDC is #0B6323. Grayscale: #BDBDBD. Windows color (decimal): -746276 or 14458100. OLE color: 14458100.

HSL color Cylindrical-coordinate representation of color #F49CDC: hue angle of 316.36º 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 #F49CDC is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB244156220-
CMYK00.360.100.04
HSL316.36º80%78.43%-
HSV(B)316.36º36.07%95.69%-
XYZ62.1148.1873.74-
YUV189.61145.15166.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.35%
GREEN value IS 156 (61.33% from 255) = 25.16%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=39.35%
G=25.16%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415622000.360.100.04316.368078.43
HexF49CDC024A413c504e
Octal364234334044124474120116
Binary1111010010011100110111000100100101010010011110010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49CDC; }

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

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

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

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

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

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

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

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