Html Css Color HEX #FC92A8 Mauvelous

📋 copy color: '#FC92A8'

red 252 ◦ green 146 ◦ blue 168

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

Shades of Mauvelous #FC92A8

Tints of Mauvelous #FC92A8

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.8%

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

R = 44.52%
G = 25.8%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC92A8 (or 0xFC92A8) is known color: Mauvelous. HEX triplet: FC, 92 and A8. RGB value is (252,146,168). Sum of RGB (Red+Green+Blue) = 252+146+168=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC92A8 is #036D57. Grayscale: #B4B4B4. Windows color (decimal): -224600 or 11047676. OLE color: 11047676.

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

Color convert

RGB 252 146 168 -
CMYK 0 0.42 0.33 0.01
HSL 347.55º 0.95% 0.78% -
HSV(B) 347.55º 0.42% 0.99% -
XYZ 57.49 44.08 42.52 -
YUV 180.2 121.12 179.21 -
System Red Green Blue C M Y K H S L
Decimal 252 146 168 0 0.42 0.33 0.01 347.55 0.95 0.78
Hex FC 92 A8 0 2A 21 1 15C 5F 4E
Octal 374 222 250 0 52 41 1 534 137 116
Binary 11111100 10010010 10101000 0 101010 100001 1 101011100 1011111 1001110

Color Harmonies of #FC92A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC92A8

Black with #FC92A8

Text Example


Text Example

White with #FC92A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC92A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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