#FCBD90

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

Shades of Mandys Pink #FCBD90

Tints of Mandys Pink #FCBD90

Color information

#FCBD90 (or 0xFCBD90) is unknown color: approx Mandys Pink. HEX triplet: FC, BD and 90. RGB value is (252,189,144). Sum of RGB (Red+Green+Blue) = 252+189+144=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBD90 is #03426F. Grayscale: #CACACA. Windows color (decimal): -213616 or 9485820. OLE color: 9485820.

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

Color convert

RGB252189144-
CMYK00.250.430.01
HSL25º94.74%77.65%-
HSV(B)25º42.86%98.82%-
XYZ63.3859.134.45-
YUV202.7194.87163.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.08%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 144 (56.64% from 255) = 24.62%
R=43.08%
G=32.31%
B=24.62%

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
Decimal25218914400.250.430.012594.7477.65
HexFCBD900192B1195f4e
Octal37427522003153131137116
Binary11111100101111011001000001100110101111100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBD90; }

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

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

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

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

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

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

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

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