Html Css Color HEX #FC8CAA Mauvelous

📋 copy color: '#FC8CAA'

red 252 ◦ green 140 ◦ blue 170

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

Shades of Mauvelous #FC8CAA

Tints of Mauvelous #FC8CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.91%

 BLUE value IS 170 (66.8% from 255) = 30.25%

R = 44.84%
G = 24.91%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC8CAA (or 0xFC8CAA) is known color: Mauvelous. HEX triplet: FC, 8C and AA. RGB value is (252,140,170). Sum of RGB (Red+Green+Blue) = 252+140+170=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8CAA is #037355. Grayscale: #B0B0B0. Windows color (decimal): -226134 or 11177212. OLE color: 11177212.

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

Color convert

RGB 252 140 170 -
CMYK 0 0.44 0.33 0.01
HSL 343.93º 0.95% 0.77% -
HSV(B) 343.93º 0.44% 0.99% -
XYZ 56.78 42.35 43.21 -
YUV 176.91 124.11 181.56 -
System Red Green Blue C M Y K H S L
Decimal 252 140 170 0 0.44 0.33 0.01 343.93 0.95 0.77
Hex FC 8C AA 0 2C 21 1 158 5F 4D
Octal 374 214 252 0 54 41 1 530 137 115
Binary 11111100 10001100 10101010 0 101100 100001 1 101011000 1011111 1001101

Color Harmonies of #FC8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8CAA

Black with #FC8CAA

Text Example


Text Example

White with #FC8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8CAA; }

 p { color: rgb(252,140,170); }

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

background-color css

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

 a { background-color: rgb(252,140,170); }

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

border-color css

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

 span { border-color: rgb(252,140,170); }

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