Html Css Color HEX #FD90A7 Mauvelous

📋 copy color: '#FD90A7'

red 253 ◦ green 144 ◦ blue 167

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

Shades of Mauvelous #FD90A7

Tints of Mauvelous #FD90A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.61%

R = 44.86%
G = 25.53%
B = 29.61%

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

#FD90A7 (or 0xFD90A7) is known color: Mauvelous. HEX triplet: FD, 90 and A7. RGB value is (253,144,167). Sum of RGB (Red+Green+Blue) = 253+144+167=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 167 (65.62% from 255 or 29.61% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD90A7 is #026F58. Grayscale: #B3B3B3. Windows color (decimal): -159577 or 10981629. OLE color: 10981629.

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

Color convert

RGB 253 144 167 -
CMYK 0 0.43 0.34 0.01
HSL 347.34º 0.96% 0.78% -
HSV(B) 347.34º 0.43% 0.99% -
XYZ 57.46 43.62 41.95 -
YUV 179.21 121.11 180.63 -
System Red Green Blue C M Y K H S L
Decimal 253 144 167 0 0.43 0.34 0.01 347.34 0.96 0.78
Hex FD 90 A7 0 2B 22 1 15B 60 4E
Octal 375 220 247 0 53 42 1 533 140 116
Binary 11111101 10010000 10100111 0 101011 100010 1 101011011 1100000 1001110

Color Harmonies of #FD90A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD90A7

Black with #FD90A7

Text Example


Text Example

White with #FD90A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD90A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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