Html Css Color HEX #FC92A6 Mauvelous

📋 copy color: '#FC92A6'

red 252 ◦ green 146 ◦ blue 166

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

Shades of Mauvelous #FC92A6

Tints of Mauvelous #FC92A6

RGB

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

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

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

R = 44.68%
G = 25.89%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC92A6 (or 0xFC92A6) is known color: Mauvelous. HEX triplet: FC, 92 and A6. RGB value is (252,146,166). Sum of RGB (Red+Green+Blue) = 252+146+166=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC92A6 is #036D59. Grayscale: #B4B4B4. Windows color (decimal): -224602 or 10916604. OLE color: 10916604.

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

Color convert

RGB 252 146 166 -
CMYK 0 0.42 0.34 0.01
HSL 348.68º 0.95% 0.78% -
HSV(B) 348.68º 0.42% 0.99% -
XYZ 57.31 44.01 41.55 -
YUV 179.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 252 146 166 0 0.42 0.34 0.01 348.68 0.95 0.78
Hex FC 92 A6 0 2A 22 1 15D 5F 4E
Octal 374 222 246 0 52 42 1 535 137 116
Binary 11111100 10010010 10100110 0 101010 100010 1 101011101 1011111 1001110

Color Harmonies of #FC92A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC92A6

Black with #FC92A6

Text Example


Text Example

White with #FC92A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC92A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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