Html Css Color HEX #F998EF Lavender Rose

📋 copy color: '#F998EF'

red 249 ◦ green 152 ◦ blue 239

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

Shades of Lavender Rose #F998EF

Tints of Lavender Rose #F998EF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 23.75%

 BLUE value IS 239 (93.75% from 255) = 37.34%

R = 38.91%
G = 23.75%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F998EF (or 0xF998EF) is known color: Lavender Rose. HEX triplet: F9, 98 and EF. RGB value is (249,152,239). Sum of RGB (Red+Green+Blue) = 249+152+239=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 152 (59.77% from 255 or 23.75% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F998EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F998EF is #066710. Grayscale: #BEBEBE. Windows color (decimal): -419601 or 15702265. OLE color: 15702265.

HSL color Cylindrical-coordinate representation of color #F998EF: hue angle of 306.19º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998EF is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 152 239 -
CMYK 0 0.39 0.04 0.02
HSL 306.19º 0.89% 0.79% -
HSV(B) 306.19º 0.39% 0.98% -
XYZ 65.88 48.83 87.61 -
YUV 190.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 249 152 239 0 0.39 0.04 0.02 306.19 0.89 0.79
Hex F9 98 EF 0 27 4 2 132 59 4F
Octal 371 230 357 0 47 4 2 462 131 117
Binary 11111001 10011000 11101111 0 100111 100 10 100110010 1011001 1001111

Color Harmonies of #F998EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F998EF

Black with #F998EF

Text Example


Text Example

White with #F998EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F998EF; }

 p { color: rgb(249,152,239); }

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

background-color css

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

 a { background-color: rgb(249,152,239); }

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

border-color css

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

 span { border-color: rgb(249,152,239); }

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