#FCBCCA

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

Shades of Pink #FCBCCA

Tints of Pink #FCBCCA

Color information

#FCBCCA (or 0xFCBCCA) is unknown color: approx Pink. HEX triplet: FC, BC and CA. RGB value is (252,188,202). Sum of RGB (Red+Green+Blue) = 252+188+202=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCCA is #034335. Grayscale: #D0D0D0. Windows color (decimal): -213814 or 13286652. OLE color: 13286652.

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

Color convert

RGB252188202-
CMYK00.250.200.01
HSL346.88º91.43%86.27%-
HSV(B)346.88º25.4%98.82%-
XYZ68.7960.9364.01-
YUV208.73124.2158.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.25%
GREEN value IS 188 (73.83% from 255) = 29.28%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=39.25%
G=29.28%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218820200.250.200.01346.8891.4386.27
HexFCBCCA01914115b5b56
Octal374274312031241533133126
Binary11111100101111001100101001100110100110101101110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCCA; }

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

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

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

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

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

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

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

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