#FCBD9C

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

Shades of Mandys Pink #FCBD9C

Tints of Mandys Pink #FCBD9C

Color information

#FCBD9C (or 0xFCBD9C) is unknown color: approx Mandys Pink. HEX triplet: FC, BD and 9C. RGB value is (252,189,156). Sum of RGB (Red+Green+Blue) = 252+189+156=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 156 (61.33% from 255 or 26.13% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBD9C is #034263. Grayscale: #CCCCCC. Windows color (decimal): -213604 or 10272252. OLE color: 10272252.

HSL color Cylindrical-coordinate representation of color #FCBD9C: hue angle of 20.63º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCBD9C is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB252189156-
CMYK00.250.380.01
HSL20.63º94.12%80%-
HSV(B)20.63º38.1%98.82%-
XYZ64.3459.4939.54-
YUV204.08100.87162.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 156 (61.33% from 255) = 26.13%
R=42.21%
G=31.66%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218915600.250.380.0120.6394.1280
HexFCBD9C019261155e50
Octal37427523403146125136120
Binary11111100101111011001110001100110011011010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBD9C; }

 p { color: rgb(252,189,156); }

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

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

 a { background-color: rgb(252,189,156); }

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

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

 span { border-color: rgb(252,189,156); }

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