Html Css Color HEX #FC8FAB Mauvelous

📋 copy color: '#FC8FAB'

red 252 ◦ green 143 ◦ blue 171

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

Shades of Mauvelous #FC8FAB

Tints of Mauvelous #FC8FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.27%

 BLUE value IS 171 (67.19% from 255) = 30.21%

R = 44.52%
G = 25.27%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC8FAB (or 0xFC8FAB) is known color: Mauvelous. HEX triplet: FC, 8F and AB. RGB value is (252,143,171). Sum of RGB (Red+Green+Blue) = 252+143+171=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8FAB is #037054. Grayscale: #B2B2B2. Windows color (decimal): -225365 or 11243516. OLE color: 11243516.

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

Color convert

RGB 252 143 171 -
CMYK 0 0.43 0.32 0.01
HSL 344.59º 0.95% 0.77% -
HSV(B) 344.59º 0.43% 0.99% -
XYZ 57.32 43.28 43.86 -
YUV 178.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 252 143 171 0 0.43 0.32 0.01 344.59 0.95 0.77
Hex FC 8F AB 0 2B 20 1 159 5F 4D
Octal 374 217 253 0 53 40 1 531 137 115
Binary 11111100 10001111 10101011 0 101011 100000 1 101011001 1011111 1001101

Color Harmonies of #FC8FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8FAB

Black with #FC8FAB

Text Example


Text Example

White with #FC8FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8FAB; }

 p { color: rgb(252,143,171); }

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

background-color css

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

 a { background-color: rgb(252,143,171); }

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

border-color css

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

 span { border-color: rgb(252,143,171); }

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