#FCC0BF

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

Shades of Your Pink #FCC0BF

Tints of Your Pink #FCC0BF

Color information

#FCC0BF (or 0xFCC0BF) is unknown color: approx Your Pink. HEX triplet: FC, C0 and BF. RGB value is (252,192,191). Sum of RGB (Red+Green+Blue) = 252+192+191=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0BF is #033F40. Grayscale: #D1D1D1. Windows color (decimal): -212801 or 12566780. OLE color: 12566780.

HSL color Cylindrical-coordinate representation of color #FCC0BF: hue angle of 0.98º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCC0BF is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB252192191-
CMYK00.240.240.01
HSL0.98º91.04%86.86%-
HSV(B)0.98º24.21%98.82%-
XYZ68.462.1657.68-
YUV209.83117.38158.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 192 (75.39% from 255) = 30.24%
BLUE value IS 191 (75% from 255) = 30.08%
R=39.69%
G=30.24%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219219100.240.240.010.9891.0486.86
HexFCC0BF01818115b57
Octal3743002770303011133127
Binary111111001100000010111111011000110001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0BF; }

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

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

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

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

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

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

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

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