#FCBCC6

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

Shades of Pink #FCBCC6

Tints of Pink #FCBCC6

Color information

#FCBCC6 (or 0xFCBCC6) is unknown color: approx Pink. HEX triplet: FC, BC and C6. RGB value is (252,188,198). Sum of RGB (Red+Green+Blue) = 252+188+198=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCC6 is #034339. Grayscale: #D0D0D0. Windows color (decimal): -213818 or 13024508. OLE color: 13024508.

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

Color convert

RGB252188198-
CMYK00.250.210.01
HSL350.62º91.43%86.27%-
HSV(B)350.62º25.4%98.82%-
XYZ68.3260.7461.55-
YUV208.28122.2159.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 188 (73.83% from 255) = 29.47%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=39.50%
G=29.47%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218819800.250.210.01350.6291.4386.27
HexFCBCC601915115f5b56
Octal374274306031251537133126
Binary11111100101111001100011001100110101110101111110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCC6; }

 p { color: rgb(252,188,198); }

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

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

 a { background-color: rgb(252,188,198); }

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

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

 span { border-color: rgb(252,188,198); }

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