#FCC6BA

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

Shades of Your Pink #FCC6BA

Tints of Your Pink #FCC6BA

Color information

#FCC6BA (or 0xFCC6BA) is unknown color: approx Your Pink. HEX triplet: FC, C6 and BA. RGB value is (252,198,186). Sum of RGB (Red+Green+Blue) = 252+198+186=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6BA is #033945. Grayscale: #D4D4D4. Windows color (decimal): -211270 or 12240636. OLE color: 12240636.

HSL color Cylindrical-coordinate representation of color #FCC6BA: hue angle of 10.91º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCC6BA is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252198186-
CMYK00.210.260.01
HSL10.91º91.67%85.88%-
HSV(B)10.91º26.19%98.82%-
XYZ69.264.6355.28-
YUV212.78112.89155.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 198 (77.73% from 255) = 31.13%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=39.62%
G=31.13%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219818600.210.260.0110.9191.6785.88
HexFCC6BA0151A1b5c56
Octal37430627202532113134126
Binary111111001100011010111010010101110101101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6BA; }

 p { color: rgb(252,198,186); }

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

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

 a { background-color: rgb(252,198,186); }

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

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

 span { border-color: rgb(252,198,186); }

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