#FCBDA3

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

Shades of Mandys Pink #FCBDA3

Tints of Mandys Pink #FCBDA3

Color information

#FCBDA3 (or 0xFCBDA3) is unknown color: approx Mandys Pink. HEX triplet: FC, BD and A3. RGB value is (252,189,163). Sum of RGB (Red+Green+Blue) = 252+189+163=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 163 (64.06% from 255 or 26.99% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDA3 is #03425C. Grayscale: #CDCDCD. Windows color (decimal): -213597 or 10731004. OLE color: 10731004.

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

Color convert

RGB252189163-
CMYK00.250.350.01
HSL17.53º93.68%81.37%-
HSV(B)17.53º35.32%98.82%-
XYZ64.9559.7342.76-
YUV204.87104.37161.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 163 (64.06% from 255) = 26.99%
R=41.72%
G=31.29%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218916300.250.350.0117.5393.6881.37
HexFCBDA3019231125e51
Octal37427524303143122136121
Binary11111100101111011010001101100110001111001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDA3; }

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

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

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

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

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

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

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

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