#FCBBC5

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

Shades of Light Pink #FCBBC5

Tints of Light Pink #FCBBC5

Color information

#FCBBC5 (or 0xFCBBC5) is unknown color: approx Light Pink. HEX triplet: FC, BB and C5. RGB value is (252,187,197). Sum of RGB (Red+Green+Blue) = 252+187+197=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBC5 is #03443A. Grayscale: #CFCFCF. Windows color (decimal): -214075 or 12958716. OLE color: 12958716.

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

Color convert

RGB252187197-
CMYK00.260.220.01
HSL350.77º91.55%86.08%-
HSV(B)350.77º25.79%98.82%-
XYZ67.9960.2760.87-
YUV207.58122.03159.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 197 (77.34% from 255) = 30.97%
R=39.62%
G=29.40%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218719700.260.220.01350.7791.5586.08
HexFCBBC501A16115f5c56
Octal374273305032261537134126
Binary11111100101110111100010101101010110110101111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBC5; }

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

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

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

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

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

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

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

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