Html Css Color HEX #FA8DAB Mauvelous

📋 copy color: '#FA8DAB'

red 250 ◦ green 141 ◦ blue 171

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

Shades of Mauvelous #FA8DAB

Tints of Mauvelous #FA8DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.09%

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

R = 44.48%
G = 25.09%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA8DAB (or 0xFA8DAB) is known color: Mauvelous. HEX triplet: FA, 8D and AB. RGB value is (250,141,171). Sum of RGB (Red+Green+Blue) = 250+141+171=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8DAB is #057254. Grayscale: #B1B1B1. Windows color (decimal): -356949 or 11243002. OLE color: 11243002.

HSL color Cylindrical-coordinate representation of color #FA8DAB: hue angle of 343.49º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8DAB is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 141 171 -
CMYK 0 0.44 0.32 0.02
HSL 343.49º 0.92% 0.77% -
HSV(B) 343.49º 0.44% 0.98% -
XYZ 56.3 42.31 43.73 -
YUV 177.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 250 141 171 0 0.44 0.32 0.02 343.49 0.92 0.77
Hex FA 8D AB 0 2C 20 2 157 5C 4D
Octal 372 215 253 0 54 40 2 527 134 115
Binary 11111010 10001101 10101011 0 101100 100000 10 101010111 1011100 1001101

Color Harmonies of #FA8DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DAB

Black with #FA8DAB

Text Example


Text Example

White with #FA8DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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