Html Css Color HEX #FA8DAD Mauvelous

📋 copy color: '#FA8DAD'

red 250 ◦ green 141 ◦ blue 173

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

Shades of Mauvelous #FA8DAD

Tints of Mauvelous #FA8DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.67%

R = 44.33%
G = 25%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA8DAD (or 0xFA8DAD) is known color: Mauvelous. HEX triplet: FA, 8D and AD. RGB value is (250,141,173). Sum of RGB (Red+Green+Blue) = 250+141+173=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8DAD is #057252. Grayscale: #B1B1B1. Windows color (decimal): -356947 or 11374074. OLE color: 11374074.

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

Color convert

RGB 250 141 173 -
CMYK 0 0.44 0.31 0.02
HSL 342.39º 0.92% 0.77% -
HSV(B) 342.39º 0.44% 0.98% -
XYZ 56.49 42.39 44.74 -
YUV 177.24 125.61 179.9 -
System Red Green Blue C M Y K H S L
Decimal 250 141 173 0 0.44 0.31 0.02 342.39 0.92 0.77
Hex FA 8D AD 0 2C 1F 2 156 5C 4D
Octal 372 215 255 0 54 37 2 526 134 115
Binary 11111010 10001101 10101101 0 101100 11111 10 101010110 1011100 1001101

Color Harmonies of #FA8DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DAD

Black with #FA8DAD

Text Example


Text Example

White with #FA8DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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