Html Css Color HEX #F49DEA Lavender Rose

📋 copy color: '#F49DEA'

red 244 ◦ green 157 ◦ blue 234

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

Shades of Lavender Rose #F49DEA

Tints of Lavender Rose #F49DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.72%

 BLUE value IS 234 (91.8% from 255) = 36.85%

R = 38.43%
G = 24.72%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F49DEA (or 0xF49DEA) is known color: Lavender Rose. HEX triplet: F4, 9D and EA. RGB value is (244,157,234). Sum of RGB (Red+Green+Blue) = 244+157+234=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 157 (61.72% from 255 or 24.72% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49DEA is #0B6215. Grayscale: #BFBFBF. Windows color (decimal): -746006 or 15375860. OLE color: 15375860.

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

Color convert

RGB 244 157 234 -
CMYK 0 0.36 0.04 0.04
HSL 306.9º 0.8% 0.79% -
HSV(B) 306.9º 0.36% 0.96% -
XYZ 64.22 49.29 83.97 -
YUV 191.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 244 157 234 0 0.36 0.04 0.04 306.9 0.8 0.79
Hex F4 9D EA 0 24 4 4 133 50 4F
Octal 364 235 352 0 44 4 4 463 120 117
Binary 11110100 10011101 11101010 0 100100 100 100 100110011 1010000 1001111

Color Harmonies of #F49DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49DEA

Black with #F49DEA

Text Example


Text Example

White with #F49DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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