Html Css Color HEX #FD8DAE Mauvelous

📋 copy color: '#FD8DAE'

red 253 ◦ green 141 ◦ blue 174

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

Shades of Mauvelous #FD8DAE

Tints of Mauvelous #FD8DAE

RGB

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

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

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

R = 44.54%
G = 24.82%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FD8DAE (or 0xFD8DAE) is known color: Mauvelous. HEX triplet: FD, 8D and AE. RGB value is (253,141,174). Sum of RGB (Red+Green+Blue) = 253+141+174=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8DAE is #027251. Grayscale: #B2B2B2. Windows color (decimal): -160338 or 11439613. OLE color: 11439613.

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

Color convert

RGB 253 141 174 -
CMYK 0 0.44 0.31 0.01
HSL 342.32º 0.97% 0.77% -
HSV(B) 342.32º 0.44% 0.99% -
XYZ 57.67 42.99 45.3 -
YUV 178.25 125.61 181.32 -
System Red Green Blue C M Y K H S L
Decimal 253 141 174 0 0.44 0.31 0.01 342.32 0.97 0.77
Hex FD 8D AE 0 2C 1F 1 156 61 4D
Octal 375 215 256 0 54 37 1 526 141 115
Binary 11111101 10001101 10101110 0 101100 11111 1 101010110 1100001 1001101

Color Harmonies of #FD8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8DAE

Black with #FD8DAE

Text Example


Text Example

White with #FD8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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