#FCBD8F

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

Shades of Mandys Pink #FCBD8F

Tints of Mandys Pink #FCBD8F

Color information

#FCBD8F (or 0xFCBD8F) is unknown color: approx Mandys Pink. HEX triplet: FC, BD and 8F. RGB value is (252,189,143). Sum of RGB (Red+Green+Blue) = 252+189+143=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBD8F is #034270. Grayscale: #CACACA. Windows color (decimal): -213617 or 9420284. OLE color: 9420284.

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

Color convert

RGB252189143-
CMYK00.250.430.01
HSL25.32º94.78%77.45%-
HSV(B)25.32º43.25%98.82%-
XYZ63.359.0734.05-
YUV202.5994.37163.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.15%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 143 (56.25% from 255) = 24.49%
R=43.15%
G=32.36%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218914300.250.430.0125.3294.7877.45
HexFCBD8F0192B1195f4d
Octal37427521703153131137115
Binary11111100101111011000111101100110101111100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBD8F; }

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

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

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

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

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

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

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

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