#FCB695

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

Shades of Mandys Pink #FCB695

Tints of Mandys Pink #FCB695

Color information

#FCB695 (or 0xFCB695) is unknown color: approx Mandys Pink. HEX triplet: FC, B6 and 95. RGB value is (252,182,149). Sum of RGB (Red+Green+Blue) = 252+182+149=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB695 is #03496A. Grayscale: #C7C7C7. Windows color (decimal): -215403 or 9811708. OLE color: 9811708.

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

Color convert

RGB252182149-
CMYK00.280.410.01
HSL19.22º94.5%78.63%-
HSV(B)19.22º40.87%98.82%-
XYZ62.356.3236.02-
YUV199.1799.69165.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 182 (71.48% from 255) = 31.22%
BLUE value IS 149 (58.59% from 255) = 25.56%
R=43.22%
G=31.22%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218214900.280.410.0119.2294.578.63
HexFCB69501C291135e4f
Octal37426622503451123136117
Binary11111100101101101001010101110010100111001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB695; }

 p { color: rgb(252,182,149); }

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

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

 a { background-color: rgb(252,182,149); }

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

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

 span { border-color: rgb(252,182,149); }

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