Html Css Color HEX #F996ED Lavender Rose

📋 copy color: '#F996ED'

red 249 ◦ green 150 ◦ blue 237

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

Shades of Lavender Rose #F996ED

Tints of Lavender Rose #F996ED

RGB

 RED value IS 249 (97.66% from 255) = 39.15%

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

 BLUE value IS 237 (92.97% from 255) = 37.26%

R = 39.15%
G = 23.58%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F996ED (or 0xF996ED) is known color: Lavender Rose. HEX triplet: F9, 96 and ED. RGB value is (249,150,237). Sum of RGB (Red+Green+Blue) = 249+150+237=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 150 (58.98% from 255 or 23.58% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F996ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F996ED is #066912. Grayscale: #BDBDBD. Windows color (decimal): -420115 or 15570681. OLE color: 15570681.

HSL color Cylindrical-coordinate representation of color #F996ED: hue angle of 307.27º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996ED is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 150 237 -
CMYK 0 0.40 0.05 0.02
HSL 307.27º 0.89% 0.78% -
HSV(B) 307.27º 0.4% 0.98% -
XYZ 65.26 48.07 85.96 -
YUV 189.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 249 150 237 0 0.40 0.05 0.02 307.27 0.89 0.78
Hex F9 96 ED 0 28 5 2 133 59 4E
Octal 371 226 355 0 50 5 2 463 131 116
Binary 11111001 10010110 11101101 0 101000 101 10 100110011 1011001 1001110

Color Harmonies of #F996ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F996ED

Black with #F996ED

Text Example


Text Example

White with #F996ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F996ED; }

 p { color: rgb(249,150,237); }

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

background-color css

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

 a { background-color: rgb(249,150,237); }

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

border-color css

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

 span { border-color: rgb(249,150,237); }

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