#FCB398

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

Shades of Mandys Pink #FCB398

Tints of Mandys Pink #FCB398

Color information

#FCB398 (or 0xFCB398) is unknown color: approx Mandys Pink. HEX triplet: FC, B3 and 98. RGB value is (252,179,152). Sum of RGB (Red+Green+Blue) = 252+179+152=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB398 is #034C67. Grayscale: #C5C5C5. Windows color (decimal): -216168 or 10007548. OLE color: 10007548.

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

Color convert

RGB252179152-
CMYK00.290.400.01
HSL16.2º94.34%79.22%-
HSV(B)16.2º39.68%98.82%-
XYZ61.9355.237.1-
YUV197.75102.18166.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 179 (70.31% from 255) = 30.70%
BLUE value IS 152 (59.77% from 255) = 26.07%
R=43.22%
G=30.70%
B=26.07%

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
Decimal25217915200.290.400.0116.294.3479.22
HexFCB39801D281105e4f
Octal37426323003550120136117
Binary11111100101100111001100001110110100011000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB398; }

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

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

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

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

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

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

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

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