Html Css Color HEX #FD90A6 Mauvelous

📋 copy color: '#FD90A6'

red 253 ◦ green 144 ◦ blue 166

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

Shades of Mauvelous #FD90A6

Tints of Mauvelous #FD90A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.48%

R = 44.94%
G = 25.58%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD90A6 (or 0xFD90A6) is known color: Mauvelous. HEX triplet: FD, 90 and A6. RGB value is (253,144,166). Sum of RGB (Red+Green+Blue) = 253+144+166=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD90A6 is #026F59. Grayscale: #B3B3B3. Windows color (decimal): -159578 or 10916093. OLE color: 10916093.

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

Color convert

RGB 253 144 166 -
CMYK 0 0.43 0.34 0.01
HSL 347.89º 0.96% 0.78% -
HSV(B) 347.89º 0.43% 0.99% -
XYZ 57.36 43.58 41.47 -
YUV 179.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 253 144 166 0 0.43 0.34 0.01 347.89 0.96 0.78
Hex FD 90 A6 0 2B 22 1 15C 60 4E
Octal 375 220 246 0 53 42 1 534 140 116
Binary 11111101 10010000 10100110 0 101011 100010 1 101011100 1100000 1001110

Color Harmonies of #FD90A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD90A6

Black with #FD90A6

Text Example


Text Example

White with #FD90A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD90A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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