Html Css Color HEX #FC90AA Mauvelous

📋 copy color: '#FC90AA'

red 252 ◦ green 144 ◦ blue 170

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

Shades of Mauvelous #FC90AA

Tints of Mauvelous #FC90AA

RGB

 RED value IS 252 (98.83% from 255) = 44.52%

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

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

R = 44.52%
G = 25.44%
B = 30.04%

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

#FC90AA (or 0xFC90AA) is known color: Mauvelous. HEX triplet: FC, 90 and AA. RGB value is (252,144,170). Sum of RGB (Red+Green+Blue) = 252+144+170=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC90AA is #036F55. Grayscale: #B3B3B3. Windows color (decimal): -225110 or 11178236. OLE color: 11178236.

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

Color convert

RGB 252 144 170 -
CMYK 0 0.43 0.33 0.01
HSL 345.56º 0.95% 0.78% -
HSV(B) 345.56º 0.43% 0.99% -
XYZ 57.37 43.54 43.41 -
YUV 179.26 122.78 179.89 -
System Red Green Blue C M Y K H S L
Decimal 252 144 170 0 0.43 0.33 0.01 345.56 0.95 0.78
Hex FC 90 AA 0 2B 21 1 15A 5F 4E
Octal 374 220 252 0 53 41 1 532 137 116
Binary 11111100 10010000 10101010 0 101011 100001 1 101011010 1011111 1001110

Color Harmonies of #FC90AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90AA

Black with #FC90AA

Text Example


Text Example

White with #FC90AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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