#FCC8BB

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

Shades of Your Pink #FCC8BB

Tints of Your Pink #FCC8BB

Color information

#FCC8BB (or 0xFCC8BB) is unknown color: approx Your Pink. HEX triplet: FC, C8 and BB. RGB value is (252,200,187). Sum of RGB (Red+Green+Blue) = 252+200+187=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8BB is #033744. Grayscale: #D6D6D6. Windows color (decimal): -210757 or 12306684. OLE color: 12306684.

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

Color convert

RGB252200187-
CMYK00.210.260.01
HSL12º91.55%86.08%-
HSV(B)12º25.79%98.82%-
XYZ69.7765.5956-
YUV214.07112.73155.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 187 (73.44% from 255) = 29.26%
R=39.44%
G=31.30%
B=29.26%

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
Decimal25220018700.210.260.011291.5586.08
HexFCC8BB0151A1c5c56
Octal37431027302532114134126
Binary111111001100100010111011010101110101110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8BB; }

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

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

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

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

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

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

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

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