Html Css Color HEX #FA94AB Mauvelous

📋 copy color: '#FA94AB'

red 250 ◦ green 148 ◦ blue 171

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

Shades of Mauvelous #FA94AB

Tints of Mauvelous #FA94AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.01%

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

R = 43.94%
G = 26.01%
B = 30.05%

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

#FA94AB (or 0xFA94AB) is known color: Mauvelous. HEX triplet: FA, 94 and AB. RGB value is (250,148,171). Sum of RGB (Red+Green+Blue) = 250+148+171=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA94AB is #056B54. Grayscale: #B5B5B5. Windows color (decimal): -355157 or 11244794. OLE color: 11244794.

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

Color convert

RGB 250 148 171 -
CMYK 0 0.41 0.32 0.02
HSL 346.47º 0.91% 0.78% -
HSV(B) 346.47º 0.41% 0.98% -
XYZ 57.36 44.44 44.08 -
YUV 181.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 250 148 171 0 0.41 0.32 0.02 346.47 0.91 0.78
Hex FA 94 AB 0 29 20 2 15A 5B 4E
Octal 372 224 253 0 51 40 2 532 133 116
Binary 11111010 10010100 10101011 0 101001 100000 10 101011010 1011011 1001110

Color Harmonies of #FA94AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA94AB

Black with #FA94AB

Text Example


Text Example

White with #FA94AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA94AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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