#FCB991

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

Shades of Mandys Pink #FCB991

Tints of Mandys Pink #FCB991

Color information

#FCB991 (or 0xFCB991) is unknown color: approx Mandys Pink. HEX triplet: FC, B9 and 91. RGB value is (252,185,145). Sum of RGB (Red+Green+Blue) = 252+185+145=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB991 is #03466E. Grayscale: #C8C8C8. Windows color (decimal): -214639 or 9550332. OLE color: 9550332.

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

Color convert

RGB252185145-
CMYK00.270.420.01
HSL22.43º94.69%77.84%-
HSV(B)22.43º42.46%98.82%-
XYZ62.657.4434.58-
YUV200.4796.7164.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.30%
GREEN value IS 185 (72.66% from 255) = 31.79%
BLUE value IS 145 (57.03% from 255) = 24.91%
R=43.30%
G=31.79%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218514500.270.420.0122.4394.6977.84
HexFCB99101B2A1165f4e
Octal37427122103352126137116
Binary11111100101110011001000101101110101011011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB991; }

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

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

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

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

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

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

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

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