Html Css Color HEX #F998DE Lavender Rose

📋 copy color: '#F998DE'

red 249 ◦ green 152 ◦ blue 222

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

Shades of Lavender Rose #F998DE

Tints of Lavender Rose #F998DE

RGB

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

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

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

R = 39.97%
G = 24.4%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F998DE (or 0xF998DE) is known color: Lavender Rose. HEX triplet: F9, 98 and DE. RGB value is (249,152,222). Sum of RGB (Red+Green+Blue) = 249+152+222=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F998DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998DE is #066721. Grayscale: #BCBCBC. Windows color (decimal): -419618 or 14588153. OLE color: 14588153.

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

Color convert

RGB 249 152 222 -
CMYK 0 0.39 0.11 0.02
HSL 316.7º 0.89% 0.79% -
HSV(B) 316.7º 0.39% 0.98% -
XYZ 63.48 47.87 75 -
YUV 188.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 249 152 222 0 0.39 0.11 0.02 316.7 0.89 0.79
Hex F9 98 DE 0 27 B 2 13D 59 4F
Octal 371 230 336 0 47 13 2 475 131 117
Binary 11111001 10011000 11011110 0 100111 1011 10 100111101 1011001 1001111

Color Harmonies of #F998DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F998DE

Black with #F998DE

Text Example


Text Example

White with #F998DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F998DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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