#FCC0BA

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

Shades of Your Pink #FCC0BA

Tints of Your Pink #FCC0BA

Color information

#FCC0BA (or 0xFCC0BA) is unknown color: approx Your Pink. HEX triplet: FC, C0 and BA. RGB value is (252,192,186). Sum of RGB (Red+Green+Blue) = 252+192+186=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0BA is #033F45. Grayscale: #D1D1D1. Windows color (decimal): -212806 or 12239100. OLE color: 12239100.

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

Color convert

RGB252192186-
CMYK00.240.260.01
HSL5.45º91.67%85.88%-
HSV(B)5.45º26.19%98.82%-
XYZ67.8661.9454.83-
YUV209.26114.88158.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 192 (75.39% from 255) = 30.48%
BLUE value IS 186 (73.05% from 255) = 29.52%
R=40%
G=30.48%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219218600.240.260.015.4591.6785.88
HexFCC0BA0181A155c56
Octal3743002720303215134126
Binary11111100110000001011101001100011010110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0BA; }

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

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

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

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

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

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

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

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