Html Css Color HEX #F997ED Lavender Rose

📋 copy color: '#F997ED'

red 249 ◦ green 151 ◦ blue 237

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

Shades of Lavender Rose #F997ED

Tints of Lavender Rose #F997ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.21%

R = 39.09%
G = 23.7%
B = 37.21%

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

#F997ED (or 0xF997ED) is known color: Lavender Rose. HEX triplet: F9, 97 and ED. RGB value is (249,151,237). Sum of RGB (Red+Green+Blue) = 249+151+237=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 151 (59.38% from 255 or 23.70% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F997ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997ED is #066812. Grayscale: #BDBDBD. Windows color (decimal): -419859 or 15570937. OLE color: 15570937.

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

Color convert

RGB 249 151 237 -
CMYK 0 0.39 0.05 0.02
HSL 307.35º 0.89% 0.78% -
HSV(B) 307.35º 0.39% 0.98% -
XYZ 65.42 48.39 86.01 -
YUV 190.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 249 151 237 0 0.39 0.05 0.02 307.35 0.89 0.78
Hex F9 97 ED 0 27 5 2 133 59 4E
Octal 371 227 355 0 47 5 2 463 131 116
Binary 11111001 10010111 11101101 0 100111 101 10 100110011 1011001 1001110

Color Harmonies of #F997ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F997ED

Black with #F997ED

Text Example


Text Example

White with #F997ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F997ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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