Html Css Color HEX #FA93AC Mauvelous

📋 copy color: '#FA93AC'

red 250 ◦ green 147 ◦ blue 172

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

Shades of Mauvelous #FA93AC

Tints of Mauvelous #FA93AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.23%

R = 43.94%
G = 25.83%
B = 30.23%

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

#FA93AC (or 0xFA93AC) is known color: Mauvelous. HEX triplet: FA, 93 and AC. RGB value is (250,147,172). Sum of RGB (Red+Green+Blue) = 250+147+172=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA93AC is #056C53. Grayscale: #B4B4B4. Windows color (decimal): -355412 or 11310074. OLE color: 11310074.

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

Color convert

RGB 250 147 172 -
CMYK 0 0.41 0.31 0.02
HSL 345.44º 0.91% 0.78% -
HSV(B) 345.44º 0.41% 0.98% -
XYZ 57.3 44.17 44.54 -
YUV 180.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 250 147 172 0 0.41 0.31 0.02 345.44 0.91 0.78
Hex FA 93 AC 0 29 1F 2 159 5B 4E
Octal 372 223 254 0 51 37 2 531 133 116
Binary 11111010 10010011 10101100 0 101001 11111 10 101011001 1011011 1001110

Color Harmonies of #FA93AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA93AC

Black with #FA93AC

Text Example


Text Example

White with #FA93AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA93AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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