#FCBDA1

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

Shades of Mandys Pink #FCBDA1

Tints of Mandys Pink #FCBDA1

Color information

#FCBDA1 (or 0xFCBDA1) is unknown color: approx Mandys Pink. HEX triplet: FC, BD and A1. RGB value is (252,189,161). Sum of RGB (Red+Green+Blue) = 252+189+161=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDA1 is #03425E. Grayscale: #CCCCCC. Windows color (decimal): -213599 or 10599932. OLE color: 10599932.

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

Color convert

RGB252189161-
CMYK00.250.360.01
HSL18.46º93.81%80.98%-
HSV(B)18.46º36.11%98.82%-
XYZ64.7859.6641.82-
YUV204.64103.37161.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 161 (63.28% from 255) = 26.74%
R=41.86%
G=31.40%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218916100.250.360.0118.4693.8180.98
HexFCBDA1019241125e51
Octal37427524103144122136121
Binary11111100101111011010000101100110010011001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDA1; }

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

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

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

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

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

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

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

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