Html Css Color HEX #FC96AD Mauvelous

📋 copy color: '#FC96AD'

red 252 ◦ green 150 ◦ blue 173

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

Shades of Mauvelous #FC96AD

Tints of Mauvelous #FC96AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.09%

 BLUE value IS 173 (67.97% from 255) = 30.09%

R = 43.83%
G = 26.09%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC96AD (or 0xFC96AD) is known color: Mauvelous. HEX triplet: FC, 96 and AD. RGB value is (252,150,173). Sum of RGB (Red+Green+Blue) = 252+150+173=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC96AD is #036952. Grayscale: #B7B7B7. Windows color (decimal): -223571 or 11376380. OLE color: 11376380.

HSL color Cylindrical-coordinate representation of color #FC96AD: hue angle of 346.47º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC96AD is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 150 173 -
CMYK 0 0.40 0.31 0.01
HSL 346.47º 0.94% 0.79% -
HSV(B) 346.47º 0.4% 0.99% -
XYZ 58.59 45.53 45.23 -
YUV 183.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 252 150 173 0 0.40 0.31 0.01 346.47 0.94 0.79
Hex FC 96 AD 0 28 1F 1 15A 5E 4F
Octal 374 226 255 0 50 37 1 532 136 117
Binary 11111100 10010110 10101101 0 101000 11111 1 101011010 1011110 1001111

Color Harmonies of #FC96AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC96AD

Black with #FC96AD

Text Example


Text Example

White with #FC96AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC96AD; }

 p { color: rgb(252,150,173); }

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

background-color css

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

 a { background-color: rgb(252,150,173); }

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

border-color css

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

 span { border-color: rgb(252,150,173); }

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