Html Css Color HEX #FD90AB Mauvelous

📋 copy color: '#FD90AB'

red 253 ◦ green 144 ◦ blue 171

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

Shades of Mauvelous #FD90AB

Tints of Mauvelous #FD90AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.11%

R = 44.54%
G = 25.35%
B = 30.11%

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

#FD90AB (or 0xFD90AB) is known color: Mauvelous. HEX triplet: FD, 90 and AB. RGB value is (253,144,171). Sum of RGB (Red+Green+Blue) = 253+144+171=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD90AB is #026F54. Grayscale: #B3B3B3. Windows color (decimal): -159573 or 11243773. OLE color: 11243773.

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

Color convert

RGB 253 144 171 -
CMYK 0 0.43 0.32 0.01
HSL 345.14º 0.96% 0.78% -
HSV(B) 345.14º 0.43% 0.99% -
XYZ 57.83 43.77 43.93 -
YUV 179.67 123.11 180.3 -
System Red Green Blue C M Y K H S L
Decimal 253 144 171 0 0.43 0.32 0.01 345.14 0.96 0.78
Hex FD 90 AB 0 2B 20 1 159 60 4E
Octal 375 220 253 0 53 40 1 531 140 116
Binary 11111101 10010000 10101011 0 101011 100000 1 101011001 1100000 1001110

Color Harmonies of #FD90AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD90AB

Black with #FD90AB

Text Example


Text Example

White with #FD90AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD90AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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