Html Css Color HEX #F49EDC Lavender Rose

📋 copy color: '#F49EDC'

red 244 ◦ green 158 ◦ blue 220

#F49EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #F49EDC

Tints of Lavender Rose #F49EDC

RGB

 RED value IS 244 (95.7% from 255) = 39.23%

 GREEN value IS 158 (62.11% from 255) = 25.4%

 BLUE value IS 220 (86.33% from 255) = 35.37%

R = 39.23%
G = 25.4%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F49EDC (or 0xF49EDC) is known color: Lavender Rose. HEX triplet: F4, 9E and DC. RGB value is (244,158,220). Sum of RGB (Red+Green+Blue) = 244+158+220=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49EDC is #0B6123. Grayscale: #BEBEBE. Windows color (decimal): -745764 or 14458612. OLE color: 14458612.

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

Color convert

RGB 244 158 220 -
CMYK 0 0.35 0.10 0.04
HSL 316.74º 0.8% 0.79% -
HSV(B) 316.74º 0.35% 0.96% -
XYZ 62.45 48.85 73.85 -
YUV 190.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 244 158 220 0 0.35 0.10 0.04 316.74 0.8 0.79
Hex F4 9E DC 0 23 A 4 13D 50 4F
Octal 364 236 334 0 43 12 4 475 120 117
Binary 11110100 10011110 11011100 0 100011 1010 100 100111101 1010000 1001111

Color Harmonies of #F49EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49EDC

Black with #F49EDC

Text Example


Text Example

White with #F49EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49EDC; }

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

 H1.HeaderClassName
 {
   color: #F49EDC;
 }
 .AnyTagClassName
 {
   color: #F49EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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