#FCB297

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

Shades of Mandys Pink #FCB297

Tints of Mandys Pink #FCB297

Color information

#FCB297 (or 0xFCB297) is unknown color: approx Mandys Pink. HEX triplet: FC, B2 and 97. RGB value is (252,178,151). Sum of RGB (Red+Green+Blue) = 252+178+151=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB297 is #034D68. Grayscale: #C5C5C5. Windows color (decimal): -216425 or 9941756. OLE color: 9941756.

HSL color Cylindrical-coordinate representation of color #FCB297: hue angle of 16.04º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCB297 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252178151-
CMYK00.290.400.01
HSL16.04º94.39%79.02%-
HSV(B)16.04º40.08%98.82%-
XYZ61.6554.7736.6-
YUV197.05102.02167.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 151 (59.38% from 255) = 25.99%
R=43.37%
G=30.64%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217815100.290.400.0116.0494.3979.02
HexFCB29701D281105e4f
Octal37426222703550120136117
Binary11111100101100101001011101110110100011000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB297; }

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

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

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

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

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

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

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

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