Html Css Color HEX #FA93AB Mauvelous

📋 copy color: '#FA93AB'

red 250 ◦ green 147 ◦ blue 171

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

Shades of Mauvelous #FA93AB

Tints of Mauvelous #FA93AB

RGB

 RED value IS 250 (98.05% from 255) = 44.01%

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

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

R = 44.01%
G = 25.88%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA93AB (or 0xFA93AB) is known color: Mauvelous. HEX triplet: FA, 93 and AB. RGB value is (250,147,171). Sum of RGB (Red+Green+Blue) = 250+147+171=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA93AB is #056C54. Grayscale: #B4B4B4. Windows color (decimal): -355413 or 11244538. OLE color: 11244538.

HSL color Cylindrical-coordinate representation of color #FA93AB: hue angle of 346.02º degrees, saturation: 0.91, 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 #FA93AB is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 147 171 -
CMYK 0 0.41 0.32 0.02
HSL 346.02º 0.91% 0.78% -
HSV(B) 346.02º 0.41% 0.98% -
XYZ 57.21 44.13 44.03 -
YUV 180.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 250 147 171 0 0.41 0.32 0.02 346.02 0.91 0.78
Hex FA 93 AB 0 29 20 2 15A 5B 4E
Octal 372 223 253 0 51 40 2 532 133 116
Binary 11111010 10010011 10101011 0 101001 100000 10 101011010 1011011 1001110

Color Harmonies of #FA93AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA93AB

Black with #FA93AB

Text Example


Text Example

White with #FA93AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA93AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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