Html Css Color HEX #F997A8 Mauvelous

📋 copy color: '#F997A8'

red 249 ◦ green 151 ◦ blue 168

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

Shades of Mauvelous #F997A8

Tints of Mauvelous #F997A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.58%

R = 43.84%
G = 26.58%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F997A8 (or 0xF997A8) is known color: Mauvelous. HEX triplet: F9, 97 and A8. RGB value is (249,151,168). Sum of RGB (Red+Green+Blue) = 249+151+168=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F997A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F997A8 is #066857. Grayscale: #B6B6B6. Windows color (decimal): -419928 or 11048953. OLE color: 11048953.

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

Color convert

RGB 249 151 168 -
CMYK 0 0.39 0.33 0.02
HSL 349.59º 0.89% 0.78% -
HSV(B) 349.59º 0.39% 0.98% -
XYZ 57.2 45.1 42.74 -
YUV 182.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 249 151 168 0 0.39 0.33 0.02 349.59 0.89 0.78
Hex F9 97 A8 0 27 21 2 15E 59 4E
Octal 371 227 250 0 47 41 2 536 131 116
Binary 11111001 10010111 10101000 0 100111 100001 10 101011110 1011001 1001110

Color Harmonies of #F997A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F997A8

Black with #F997A8

Text Example


Text Example

White with #F997A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F997A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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