#FCB28D

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

Shades of Mandys Pink #FCB28D

Tints of Mandys Pink #FCB28D

Color information

#FCB28D (or 0xFCB28D) is unknown color: approx Mandys Pink. HEX triplet: FC, B2 and 8D. RGB value is (252,178,141). Sum of RGB (Red+Green+Blue) = 252+178+141=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB28D is #034D72. Grayscale: #C4C4C4. Windows color (decimal): -216435 or 9286396. OLE color: 9286396.

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

Color convert

RGB252178141-
CMYK00.290.440.01
HSL20º94.87%77.06%-
HSV(B)20º44.05%98.82%-
XYZ60.8754.4632.5-
YUV195.9197.02168.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 141 (55.47% from 255) = 24.69%
R=44.13%
G=31.17%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217814100.290.440.012094.8777.06
HexFCB28D01D2C1145f4d
Octal37426221503554124137115
Binary11111100101100101000110101110110110011010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB28D; }

 p { color: rgb(252,178,141); }

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

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

 a { background-color: rgb(252,178,141); }

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

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

 span { border-color: rgb(252,178,141); }

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