Html Css Color HEX #F496DE Lavender Rose

📋 copy color: '#F496DE'

red 244 ◦ green 150 ◦ blue 222

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

Shades of Lavender Rose #F496DE

Tints of Lavender Rose #F496DE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.35%

 BLUE value IS 222 (87.11% from 255) = 36.04%

R = 39.61%
G = 24.35%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#F496DE (or 0xF496DE) is known color: Lavender Rose. HEX triplet: F4, 96 and DE. RGB value is (244,150,222). Sum of RGB (Red+Green+Blue) = 244+150+222=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F496DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F496DE is #0B6921. Grayscale: #BABABA. Windows color (decimal): -747810 or 14587636. OLE color: 14587636.

HSL color Cylindrical-coordinate representation of color #F496DE: hue angle of 314.04º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F496DE is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 150 222 -
CMYK 0 0.39 0.09 0.04
HSL 314.04º 0.81% 0.77% -
HSV(B) 314.04º 0.39% 0.96% -
XYZ 61.4 46.32 74.81 -
YUV 186.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 244 150 222 0 0.39 0.09 0.04 314.04 0.81 0.77
Hex F4 96 DE 0 27 9 4 13A 51 4D
Octal 364 226 336 0 47 11 4 472 121 115
Binary 11110100 10010110 11011110 0 100111 1001 100 100111010 1010001 1001101

Color Harmonies of #F496DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F496DE

Black with #F496DE

Text Example


Text Example

White with #F496DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F496DE; }

 p { color: rgb(244,150,222); }

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

background-color css

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

 a { background-color: rgb(244,150,222); }

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

border-color css

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

 span { border-color: rgb(244,150,222); }

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