#FCC0BB

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

Shades of Your Pink #FCC0BB

Tints of Your Pink #FCC0BB

Color information

#FCC0BB (or 0xFCC0BB) is unknown color: approx Your Pink. HEX triplet: FC, C0 and BB. RGB value is (252,192,187). Sum of RGB (Red+Green+Blue) = 252+192+187=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0BB is #033F44. Grayscale: #D1D1D1. Windows color (decimal): -212805 or 12304636. OLE color: 12304636.

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

Color convert

RGB252192187-
CMYK00.240.260.01
HSL4.62º91.55%86.08%-
HSV(B)4.62º25.79%98.82%-
XYZ67.9661.9855.4-
YUV209.37115.38158.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 192 (75.39% from 255) = 30.43%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=39.94%
G=30.43%
B=29.64%

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
Decimal25219218700.240.260.014.6291.5586.08
HexFCC0BB0181A155c56
Octal3743002730303215134126
Binary11111100110000001011101101100011010110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0BB; }

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

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

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

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

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

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

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

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