#FCB98F

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

Shades of Mandys Pink #FCB98F

Tints of Mandys Pink #FCB98F

Color information

#FCB98F (or 0xFCB98F) is unknown color: approx Mandys Pink. HEX triplet: FC, B9 and 8F. RGB value is (252,185,143). Sum of RGB (Red+Green+Blue) = 252+185+143=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB98F is #034670. Grayscale: #C8C8C8. Windows color (decimal): -214641 or 9419260. OLE color: 9419260.

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

Color convert

RGB252185143-
CMYK00.270.430.01
HSL23.12º94.78%77.45%-
HSV(B)23.12º43.25%98.82%-
XYZ62.4557.3833.77-
YUV200.2495.7164.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.45%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 143 (56.25% from 255) = 24.66%
R=43.45%
G=31.90%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218514300.270.430.0123.1294.7877.45
HexFCB98F01B2B1175f4d
Octal37427121703353127137115
Binary11111100101110011000111101101110101111011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB98F; }

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

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

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

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

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

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

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

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