Html Css Color HEX #FA8DAE Mauvelous

📋 copy color: '#FA8DAE'

red 250 ◦ green 141 ◦ blue 174

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

Shades of Mauvelous #FA8DAE

Tints of Mauvelous #FA8DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.8%

R = 44.25%
G = 24.96%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA8DAE (or 0xFA8DAE) is known color: Mauvelous. HEX triplet: FA, 8D and AE. RGB value is (250,141,174). Sum of RGB (Red+Green+Blue) = 250+141+174=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8DAE is #057251. Grayscale: #B1B1B1. Windows color (decimal): -356946 or 11439610. OLE color: 11439610.

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

Color convert

RGB 250 141 174 -
CMYK 0 0.44 0.30 0.02
HSL 341.83º 0.92% 0.77% -
HSV(B) 341.83º 0.44% 0.98% -
XYZ 56.59 42.43 45.25 -
YUV 177.35 126.11 179.82 -
System Red Green Blue C M Y K H S L
Decimal 250 141 174 0 0.44 0.30 0.02 341.83 0.92 0.77
Hex FA 8D AE 0 2C 1E 2 156 5C 4D
Octal 372 215 256 0 54 36 2 526 134 115
Binary 11111010 10001101 10101110 0 101100 11110 10 101010110 1011100 1001101

Color Harmonies of #FA8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8DAE

Black with #FA8DAE

Text Example


Text Example

White with #FA8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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