Html Css Color HEX #FD90A9 Mauvelous

📋 copy color: '#FD90A9'

red 253 ◦ green 144 ◦ blue 169

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

Shades of Mauvelous #FD90A9

Tints of Mauvelous #FD90A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.86%

R = 44.7%
G = 25.44%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FD90A9 (or 0xFD90A9) is known color: Mauvelous. HEX triplet: FD, 90 and A9. RGB value is (253,144,169). Sum of RGB (Red+Green+Blue) = 253+144+169=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD90A9 is #026F56. Grayscale: #B3B3B3. Windows color (decimal): -159575 or 11112701. OLE color: 11112701.

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

Color convert

RGB 253 144 169 -
CMYK 0 0.43 0.33 0.01
HSL 346.24º 0.96% 0.78% -
HSV(B) 346.24º 0.43% 0.99% -
XYZ 57.64 43.69 42.93 -
YUV 179.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 253 144 169 0 0.43 0.33 0.01 346.24 0.96 0.78
Hex FD 90 A9 0 2B 21 1 15A 60 4E
Octal 375 220 251 0 53 41 1 532 140 116
Binary 11111101 10010000 10101001 0 101011 100001 1 101011010 1100000 1001110

Color Harmonies of #FD90A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD90A9

Black with #FD90A9

Text Example


Text Example

White with #FD90A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD90A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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