Html Css Color HEX #FC95A8 Mauvelous

📋 copy color: '#FC95A8'

red 252 ◦ green 149 ◦ blue 168

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

Shades of Mauvelous #FC95A8

Tints of Mauvelous #FC95A8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.19%

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

R = 44.29%
G = 26.19%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC95A8 (or 0xFC95A8) is known color: Mauvelous. HEX triplet: FC, 95 and A8. RGB value is (252,149,168). Sum of RGB (Red+Green+Blue) = 252+149+168=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC95A8 is #036A57. Grayscale: #B5B5B5. Windows color (decimal): -223832 or 11048444. OLE color: 11048444.

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

Color convert

RGB 252 149 168 -
CMYK 0 0.41 0.33 0.01
HSL 348.93º 0.94% 0.79% -
HSV(B) 348.93º 0.41% 0.99% -
XYZ 57.96 45.02 42.68 -
YUV 181.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 252 149 168 0 0.41 0.33 0.01 348.93 0.94 0.79
Hex FC 95 A8 0 29 21 1 15D 5E 4F
Octal 374 225 250 0 51 41 1 535 136 117
Binary 11111100 10010101 10101000 0 101001 100001 1 101011101 1011110 1001111

Color Harmonies of #FC95A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC95A8

Black with #FC95A8

Text Example


Text Example

White with #FC95A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC95A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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