#FCC8BF

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

Shades of Your Pink #FCC8BF

Tints of Your Pink #FCC8BF

Color information

#FCC8BF (or 0xFCC8BF) is unknown color: approx Your Pink. HEX triplet: FC, C8 and BF. RGB value is (252,200,191). Sum of RGB (Red+Green+Blue) = 252+200+191=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8BF is #033740. Grayscale: #D6D6D6. Windows color (decimal): -210753 or 12568828. OLE color: 12568828.

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

Color convert

RGB252200191-
CMYK00.210.240.01
HSL8.85º91.04%86.86%-
HSV(B)8.85º24.21%98.82%-
XYZ70.265.7758.28-
YUV214.52114.73154.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.19%
GREEN value IS 200 (78.52% from 255) = 31.10%
BLUE value IS 191 (75% from 255) = 29.70%
R=39.19%
G=31.10%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220019100.210.240.018.8591.0486.86
HexFCC8BF01518195b57
Octal37431027702530111133127
Binary111111001100100010111111010101110001100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8BF; }

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

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

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

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

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

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

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

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