Html Css Color HEX #FC98A9 Mauvelous

📋 copy color: '#FC98A9'

red 252 ◦ green 152 ◦ blue 169

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

Shades of Mauvelous #FC98A9

Tints of Mauvelous #FC98A9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.53%

 BLUE value IS 169 (66.41% from 255) = 29.49%

R = 43.98%
G = 26.53%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC98A9 (or 0xFC98A9) is known color: Mauvelous. HEX triplet: FC, 98 and A9. RGB value is (252,152,169). Sum of RGB (Red+Green+Blue) = 252+152+169=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC98A9 is #036756. Grayscale: #B7B7B7. Windows color (decimal): -223063 or 11114748. OLE color: 11114748.

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

Color convert

RGB 252 152 169 -
CMYK 0 0.40 0.33 0.01
HSL 349.8º 0.94% 0.79% -
HSV(B) 349.8º 0.4% 0.99% -
XYZ 58.53 46.02 43.33 -
YUV 183.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 252 152 169 0 0.40 0.33 0.01 349.8 0.94 0.79
Hex FC 98 A9 0 28 21 1 15E 5E 4F
Octal 374 230 251 0 50 41 1 536 136 117
Binary 11111100 10011000 10101001 0 101000 100001 1 101011110 1011110 1001111

Color Harmonies of #FC98A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC98A9

Black with #FC98A9

Text Example


Text Example

White with #FC98A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC98A9; }

 p { color: rgb(252,152,169); }

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

background-color css

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

 a { background-color: rgb(252,152,169); }

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

border-color css

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

 span { border-color: rgb(252,152,169); }

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