Html Css Color HEX #FD90AD Mauvelous

📋 copy color: '#FD90AD'

red 253 ◦ green 144 ◦ blue 173

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

Shades of Mauvelous #FD90AD

Tints of Mauvelous #FD90AD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.26%

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

R = 44.39%
G = 25.26%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FD90AD (or 0xFD90AD) is known color: Mauvelous. HEX triplet: FD, 90 and AD. RGB value is (253,144,173). Sum of RGB (Red+Green+Blue) = 253+144+173=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD90AD is #026F52. Grayscale: #B3B3B3. Windows color (decimal): -159571 or 11374845. OLE color: 11374845.

HSL color Cylindrical-coordinate representation of color #FD90AD: hue angle of 344.04º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD90AD is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 144 173 -
CMYK 0 0.43 0.32 0.01
HSL 344.04º 0.96% 0.78% -
HSV(B) 344.04º 0.43% 0.99% -
XYZ 58.02 43.85 44.94 -
YUV 179.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 253 144 173 0 0.43 0.32 0.01 344.04 0.96 0.78
Hex FD 90 AD 0 2B 20 1 158 60 4E
Octal 375 220 255 0 53 40 1 530 140 116
Binary 11111101 10010000 10101101 0 101011 100000 1 101011000 1100000 1001110

Color Harmonies of #FD90AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD90AD

Black with #FD90AD

Text Example


Text Example

White with #FD90AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD90AD; }

 p { color: rgb(253,144,173); }

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

background-color css

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

 a { background-color: rgb(253,144,173); }

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

border-color css

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

 span { border-color: rgb(253,144,173); }

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