Html Css Color HEX #FF90AA Mauvelous

📋 copy color: '#FF90AA'

red 255 ◦ green 144 ◦ blue 170

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

Shades of Mauvelous #FF90AA

Tints of Mauvelous #FF90AA

RGB

 RED value IS 255 (100% from 255) = 44.82%

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

 BLUE value IS 170 (66.8% from 255) = 29.88%

R = 44.82%
G = 25.31%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF90AA (or 0xFF90AA) is known color: Mauvelous. HEX triplet: FF, 90 and AA. RGB value is (255,144,170). Sum of RGB (Red+Green+Blue) = 255+144+170=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF90AA is #006F55. Grayscale: #B4B4B4. Windows color (decimal): -28502 or 11178239. OLE color: 11178239.

HSL color Cylindrical-coordinate representation of color #FF90AA: hue angle of 345.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF90AA is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 255 144 170 -
CMYK 0 0.44 0.33 0
HSL 345.95º 1% 0.78% -
HSV(B) 345.95º 0.44% 1% -
XYZ 58.47 44.11 43.46 -
YUV 180.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 255 144 170 0 0.44 0.33 0 345.95 1 0.78
Hex FF 90 AA 0 2C 21 0 15A 64 4E
Octal 377 220 252 0 54 41 0 532 144 116
Binary 11111111 10010000 10101010 0 101100 100001 0 101011010 1100100 1001110

Color Harmonies of #FF90AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF90AA

Black with #FF90AA

Text Example


Text Example

White with #FF90AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF90AA; }

 p { color: rgb(255,144,170); }

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

background-color css

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

 a { background-color: rgb(255,144,170); }

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

border-color css

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

 span { border-color: rgb(255,144,170); }

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