Html Css Color HEX #FD8EA2 Mauvelous

📋 copy color: '#FD8EA2'

red 253 ◦ green 142 ◦ blue 162

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

Shades of Mauvelous #FD8EA2

Tints of Mauvelous #FD8EA2

RGB

 RED value IS 253 (99.22% from 255) = 45.42%

 GREEN value IS 142 (55.86% from 255) = 25.49%

 BLUE value IS 162 (63.67% from 255) = 29.08%

R = 45.42%
G = 25.49%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD8EA2 (or 0xFD8EA2) is known color: Mauvelous. HEX triplet: FD, 8E and A2. RGB value is (253,142,162). Sum of RGB (Red+Green+Blue) = 253+142+162=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8EA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8EA2 is #02715D. Grayscale: #B1B1B1. Windows color (decimal): -160094 or 10653437. OLE color: 10653437.

HSL color Cylindrical-coordinate representation of color #FD8EA2: hue angle of 349.19º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FD8EA2 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 142 162 -
CMYK 0 0.44 0.36 0.01
HSL 349.19º 0.97% 0.77% -
HSV(B) 349.19º 0.44% 0.99% -
XYZ 56.7 42.84 39.46 -
YUV 177.47 119.27 181.87 -
System Red Green Blue C M Y K H S L
Decimal 253 142 162 0 0.44 0.36 0.01 349.19 0.97 0.77
Hex FD 8E A2 0 2C 24 1 15D 61 4D
Octal 375 216 242 0 54 44 1 535 141 115
Binary 11111101 10001110 10100010 0 101100 100100 1 101011101 1100001 1001101

Color Harmonies of #FD8EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8EA2

Black with #FD8EA2

Text Example


Text Example

White with #FD8EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8EA2; }

 p { color: rgb(253,142,162); }

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

background-color css

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

 a { background-color: rgb(253,142,162); }

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

border-color css

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

 span { border-color: rgb(253,142,162); }

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