#FCBB8E

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

Shades of Mandys Pink #FCBB8E

Tints of Mandys Pink #FCBB8E

Color information

#FCBB8E (or 0xFCBB8E) is unknown color: approx Mandys Pink. HEX triplet: FC, BB and 8E. RGB value is (252,187,142). Sum of RGB (Red+Green+Blue) = 252+187+142=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBB8E is #034471. Grayscale: #C9C9C9. Windows color (decimal): -214130 or 9354236. OLE color: 9354236.

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

Color convert

RGB252187142-
CMYK00.260.440.01
HSL24.55º94.83%77.25%-
HSV(B)24.55º43.65%98.82%-
XYZ62.858.1933.51-
YUV201.394.53164.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 142 (55.86% from 255) = 24.44%
R=43.37%
G=32.19%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218714200.260.440.0124.5594.8377.25
HexFCBB8E01A2C1195f4d
Octal37427321603254131137115
Binary11111100101110111000111001101010110011100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBB8E; }

 p { color: rgb(252,187,142); }

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

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

 a { background-color: rgb(252,187,142); }

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

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

 span { border-color: rgb(252,187,142); }

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