Html Css Color HEX #FC90AC Mauvelous

📋 copy color: '#FC90AC'

red 252 ◦ green 144 ◦ blue 172

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

Shades of Mauvelous #FC90AC

Tints of Mauvelous #FC90AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.28%

R = 44.37%
G = 25.35%
B = 30.28%

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

#FC90AC (or 0xFC90AC) is known color: Mauvelous. HEX triplet: FC, 90 and AC. RGB value is (252,144,172). Sum of RGB (Red+Green+Blue) = 252+144+172=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC90AC is #036F53. Grayscale: #B3B3B3. Windows color (decimal): -225108 or 11309308. OLE color: 11309308.

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

Color convert

RGB 252 144 172 -
CMYK 0 0.43 0.32 0.01
HSL 344.44º 0.95% 0.78% -
HSV(B) 344.44º 0.43% 0.99% -
XYZ 57.56 43.62 44.42 -
YUV 179.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 252 144 172 0 0.43 0.32 0.01 344.44 0.95 0.78
Hex FC 90 AC 0 2B 20 1 158 5F 4E
Octal 374 220 254 0 53 40 1 530 137 116
Binary 11111100 10010000 10101100 0 101011 100000 1 101011000 1011111 1001110

Color Harmonies of #FC90AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90AC

Black with #FC90AC

Text Example


Text Example

White with #FC90AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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