Html Css Color HEX #F997EF Lavender Rose

📋 copy color: '#F997EF'

red 249 ◦ green 151 ◦ blue 239

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

Shades of Lavender Rose #F997EF

Tints of Lavender Rose #F997EF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 23.63%

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

R = 38.97%
G = 23.63%
B = 37.4%

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

#F997EF (or 0xF997EF) is known color: Lavender Rose. HEX triplet: F9, 97 and EF. RGB value is (249,151,239). Sum of RGB (Red+Green+Blue) = 249+151+239=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 151 (59.38% from 255 or 23.63% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F997EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997EF is #066810. Grayscale: #BEBEBE. Windows color (decimal): -419857 or 15702009. OLE color: 15702009.

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

Color convert

RGB 249 151 239 -
CMYK 0 0.39 0.04 0.02
HSL 306.12º 0.89% 0.78% -
HSV(B) 306.12º 0.39% 0.98% -
XYZ 65.71 48.5 87.56 -
YUV 190.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 249 151 239 0 0.39 0.04 0.02 306.12 0.89 0.78
Hex F9 97 EF 0 27 4 2 132 59 4E
Octal 371 227 357 0 47 4 2 462 131 116
Binary 11111001 10010111 11101111 0 100111 100 10 100110010 1011001 1001110

Color Harmonies of #F997EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F997EF

Black with #F997EF

Text Example


Text Example

White with #F997EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F997EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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