Html Css Color HEX #F993AB Mauvelous

📋 copy color: '#F993AB'

red 249 ◦ green 147 ◦ blue 171

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

Shades of Mauvelous #F993AB

Tints of Mauvelous #F993AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.93%

 BLUE value IS 171 (67.19% from 255) = 30.16%

R = 43.92%
G = 25.93%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F993AB (or 0xF993AB) is known color: Mauvelous. HEX triplet: F9, 93 and AB. RGB value is (249,147,171). Sum of RGB (Red+Green+Blue) = 249+147+171=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F993AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F993AB is #066C54. Grayscale: #B4B4B4. Windows color (decimal): -420949 or 11244537. OLE color: 11244537.

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

Color convert

RGB 249 147 171 -
CMYK 0 0.41 0.31 0.02
HSL 345.88º 0.89% 0.78% -
HSV(B) 345.88º 0.41% 0.98% -
XYZ 56.85 43.95 44.01 -
YUV 180.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 249 147 171 0 0.41 0.31 0.02 345.88 0.89 0.78
Hex F9 93 AB 0 29 1F 2 15A 59 4E
Octal 371 223 253 0 51 37 2 532 131 116
Binary 11111001 10010011 10101011 0 101001 11111 10 101011010 1011001 1001110

Color Harmonies of #F993AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F993AB

Black with #F993AB

Text Example


Text Example

White with #F993AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F993AB; }

 p { color: rgb(249,147,171); }

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

background-color css

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

 a { background-color: rgb(249,147,171); }

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

border-color css

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

 span { border-color: rgb(249,147,171); }

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