#FCB08D

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

Shades of Mandys Pink #FCB08D

Tints of Mandys Pink #FCB08D

Color information

#FCB08D (or 0xFCB08D) is unknown color: approx Mandys Pink. HEX triplet: FC, B0 and 8D. RGB value is (252,176,141). Sum of RGB (Red+Green+Blue) = 252+176+141=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB08D is #034F72. Grayscale: #C2C2C2. Windows color (decimal): -216947 or 9285884. OLE color: 9285884.

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

Color convert

RGB252176141-
CMYK00.300.440.01
HSL18.92º94.87%77.06%-
HSV(B)18.92º44.05%98.82%-
XYZ60.4853.6732.37-
YUV194.7397.68168.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 141 (55.47% from 255) = 24.78%
R=44.29%
G=30.93%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217614100.300.440.0118.9294.8777.06
HexFCB08D01E2C1135f4d
Octal37426021503654123137115
Binary11111100101100001000110101111010110011001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB08D; }

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

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

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

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

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

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

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

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