Html Css Color HEX #FC8FA6 Mauvelous

📋 copy color: '#FC8FA6'

red 252 ◦ green 143 ◦ blue 166

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

Shades of Mauvelous #FC8FA6

Tints of Mauvelous #FC8FA6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.49%

 BLUE value IS 166 (65.23% from 255) = 29.59%

R = 44.92%
G = 25.49%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC8FA6 (or 0xFC8FA6) is known color: Mauvelous. HEX triplet: FC, 8F and A6. RGB value is (252,143,166). Sum of RGB (Red+Green+Blue) = 252+143+166=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8FA6 is #037059. Grayscale: #B2B2B2. Windows color (decimal): -225370 or 10915836. OLE color: 10915836.

HSL color Cylindrical-coordinate representation of color #FC8FA6: hue angle of 347.34º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FA6 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 143 166 -
CMYK 0 0.43 0.34 0.01
HSL 347.34º 0.95% 0.77% -
HSV(B) 347.34º 0.43% 0.99% -
XYZ 56.85 43.09 41.4 -
YUV 178.21 121.11 180.63 -
System Red Green Blue C M Y K H S L
Decimal 252 143 166 0 0.43 0.34 0.01 347.34 0.95 0.77
Hex FC 8F A6 0 2B 22 1 15B 5F 4D
Octal 374 217 246 0 53 42 1 533 137 115
Binary 11111100 10001111 10100110 0 101011 100010 1 101011011 1011111 1001101

Color Harmonies of #FC8FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FA6

Black with #FC8FA6

Text Example


Text Example

White with #FC8FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FA6; }

 p { color: rgb(252,143,166); }

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

background-color css

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

 a { background-color: rgb(252,143,166); }

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

border-color css

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

 span { border-color: rgb(252,143,166); }

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