Html Css Color HEX #F998EA Lavender Rose

📋 copy color: '#F998EA'

red 249 ◦ green 152 ◦ blue 234

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

Shades of Lavender Rose #F998EA

Tints of Lavender Rose #F998EA

RGB

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

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

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

R = 39.21%
G = 23.94%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F998EA (or 0xF998EA) is known color: Lavender Rose. HEX triplet: F9, 98 and EA. RGB value is (249,152,234). Sum of RGB (Red+Green+Blue) = 249+152+234=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 152 (59.77% from 255 or 23.94% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F998EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F998EA is #066715. Grayscale: #BEBEBE. Windows color (decimal): -419606 or 15374585. OLE color: 15374585.

HSL color Cylindrical-coordinate representation of color #F998EA: hue angle of 309.28º 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 #F998EA is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 152 234 -
CMYK 0 0.39 0.06 0.02
HSL 309.28º 0.89% 0.79% -
HSV(B) 309.28º 0.39% 0.98% -
XYZ 65.15 48.54 83.78 -
YUV 190.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 249 152 234 0 0.39 0.06 0.02 309.28 0.89 0.79
Hex F9 98 EA 0 27 6 2 135 59 4F
Octal 371 230 352 0 47 6 2 465 131 117
Binary 11111001 10011000 11101010 0 100111 110 10 100110101 1011001 1001111

Color Harmonies of #F998EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F998EA

Black with #F998EA

Text Example


Text Example

White with #F998EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F998EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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