Html Css Color HEX #F997EC Lavender Rose

📋 copy color: '#F997EC'

red 249 ◦ green 151 ◦ blue 236

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

Shades of Lavender Rose #F997EC

Tints of Lavender Rose #F997EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.11%

R = 39.15%
G = 23.74%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F997EC (or 0xF997EC) is known color: Lavender Rose. HEX triplet: F9, 97 and EC. RGB value is (249,151,236). Sum of RGB (Red+Green+Blue) = 249+151+236=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 151 (59.38% from 255 or 23.74% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F997EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997EC is #066813. Grayscale: #BDBDBD. Windows color (decimal): -419860 or 15505401. OLE color: 15505401.

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

Color convert

RGB 249 151 236 -
CMYK 0 0.39 0.05 0.02
HSL 307.96º 0.89% 0.78% -
HSV(B) 307.96º 0.39% 0.98% -
XYZ 65.27 48.33 85.25 -
YUV 189.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 249 151 236 0 0.39 0.05 0.02 307.96 0.89 0.78
Hex F9 97 EC 0 27 5 2 134 59 4E
Octal 371 227 354 0 47 5 2 464 131 116
Binary 11111001 10010111 11101100 0 100111 101 10 100110100 1011001 1001110

Color Harmonies of #F997EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F997EC

Black with #F997EC

Text Example


Text Example

White with #F997EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F997EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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