Html Css Color HEX #FC9BA7 Mauvelous

📋 copy color: '#FC9BA7'

red 252 ◦ green 155 ◦ blue 167

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

Shades of Mauvelous #FC9BA7

Tints of Mauvelous #FC9BA7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27%

 BLUE value IS 167 (65.63% from 255) = 29.09%

R = 43.9%
G = 27%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC9BA7 (or 0xFC9BA7) is known color: Mauvelous. HEX triplet: FC, 9B and A7. RGB value is (252,155,167). Sum of RGB (Red+Green+Blue) = 252+155+167=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 167 (65.62% from 255 or 29.09% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9BA7 is #036458. Grayscale: #B9B9B9. Windows color (decimal): -222297 or 10984444. OLE color: 10984444.

HSL color Cylindrical-coordinate representation of color #FC9BA7: hue angle of 352.58º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9BA7 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 155 167 -
CMYK 0 0.38 0.34 0.01
HSL 352.58º 0.94% 0.8% -
HSV(B) 352.58º 0.38% 0.99% -
XYZ 58.84 46.93 42.52 -
YUV 185.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 252 155 167 0 0.38 0.34 0.01 352.58 0.94 0.8
Hex FC 9B A7 0 26 22 1 161 5E 50
Octal 374 233 247 0 46 42 1 541 136 120
Binary 11111100 10011011 10100111 0 100110 100010 1 101100001 1011110 1010000

Color Harmonies of #FC9BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9BA7

Black with #FC9BA7

Text Example


Text Example

White with #FC9BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9BA7; }

 p { color: rgb(252,155,167); }

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

background-color css

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

 a { background-color: rgb(252,155,167); }

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

border-color css

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

 span { border-color: rgb(252,155,167); }

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