Html Css Color HEX #F997E6 Lavender Rose

📋 copy color: '#F997E6'

red 249 ◦ green 151 ◦ blue 230

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

Shades of Lavender Rose #F997E6

Tints of Lavender Rose #F997E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.51%

R = 39.52%
G = 23.97%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F997E6 (or 0xF997E6) is known color: Lavender Rose. HEX triplet: F9, 97 and E6. RGB value is (249,151,230). Sum of RGB (Red+Green+Blue) = 249+151+230=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 151 (59.38% from 255 or 23.97% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F997E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997E6 is #066819. Grayscale: #BDBDBD. Windows color (decimal): -419866 or 15112185. OLE color: 15112185.

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

Color convert

RGB 249 151 230 -
CMYK 0 0.39 0.08 0.02
HSL 311.63º 0.89% 0.78% -
HSV(B) 311.63º 0.39% 0.98% -
XYZ 64.42 47.99 80.73 -
YUV 189.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 249 151 230 0 0.39 0.08 0.02 311.63 0.89 0.78
Hex F9 97 E6 0 27 8 2 138 59 4E
Octal 371 227 346 0 47 10 2 470 131 116
Binary 11111001 10010111 11100110 0 100111 1000 10 100111000 1011001 1001110

Color Harmonies of #F997E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F997E6

Black with #F997E6

Text Example


Text Example

White with #F997E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F997E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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