#FCB498

Color #FCB498 Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #FCB498

Tints of Mandys Pink #FCB498

Color information

#FCB498 (or 0xFCB498) is unknown color: approx Mandys Pink. HEX triplet: FC, B4 and 98. RGB value is (252,180,152). Sum of RGB (Red+Green+Blue) = 252+180+152=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB498 is #034B67. Grayscale: #C6C6C6. Windows color (decimal): -215912 or 10007804. OLE color: 10007804.

HSL color Cylindrical-coordinate representation of color #FCB498: hue angle of 16.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 #FCB498 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252180152-
CMYK00.290.400.01
HSL16.8º94.34%79.22%-
HSV(B)16.8º39.68%98.82%-
XYZ62.1355.637.16-
YUV198.34101.85166.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.15%
GREEN value IS 180 (70.70% from 255) = 30.82%
BLUE value IS 152 (59.77% from 255) = 26.03%
R=43.15%
G=30.82%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218015200.290.400.0116.894.3479.22
HexFCB49801D281115e4f
Octal37426423003550121136117
Binary11111100101101001001100001110110100011000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB498; }

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

 H1.HeaderClassName
 {
   color: #FCB498;
 }
 .AnyTagClassName
 {
   color: #FCB498;
 }
</style>
background-color css

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

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

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

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

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

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