Html Css Color HEX #FC8FA8 Mauvelous

📋 copy color: '#FC8FA8'

red 252 ◦ green 143 ◦ blue 168

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

Shades of Mauvelous #FC8FA8

Tints of Mauvelous #FC8FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.84%

R = 44.76%
G = 25.4%
B = 29.84%

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

#FC8FA8 (or 0xFC8FA8) is known color: Mauvelous. HEX triplet: FC, 8F and A8. RGB value is (252,143,168). Sum of RGB (Red+Green+Blue) = 252+143+168=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8FA8 is #037057. Grayscale: #B2B2B2. Windows color (decimal): -225368 or 11046908. OLE color: 11046908.

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

Color convert

RGB 252 143 168 -
CMYK 0 0.43 0.33 0.01
HSL 346.24º 0.95% 0.77% -
HSV(B) 346.24º 0.43% 0.99% -
XYZ 57.04 43.17 42.37 -
YUV 178.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 252 143 168 0 0.43 0.33 0.01 346.24 0.95 0.77
Hex FC 8F A8 0 2B 21 1 15A 5F 4D
Octal 374 217 250 0 53 41 1 532 137 115
Binary 11111100 10001111 10101000 0 101011 100001 1 101011010 1011111 1001101

Color Harmonies of #FC8FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FA8

Black with #FC8FA8

Text Example


Text Example

White with #FC8FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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