#FCBBCA

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

Shades of Pink #FCBBCA

Tints of Pink #FCBBCA

Color information

#FCBBCA (or 0xFCBBCA) is unknown color: approx Pink. HEX triplet: FC, BB and CA. RGB value is (252,187,202). Sum of RGB (Red+Green+Blue) = 252+187+202=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBCA is #034435. Grayscale: #D0D0D0. Windows color (decimal): -214070 or 13286396. OLE color: 13286396.

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

Color convert

RGB252187202-
CMYK00.260.200.01
HSL346.15º91.55%86.08%-
HSV(B)346.15º25.79%98.82%-
XYZ68.5860.563.94-
YUV208.14124.53159.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 187 (73.44% from 255) = 29.17%
BLUE value IS 202 (79.30% from 255) = 31.51%
R=39.31%
G=29.17%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218720200.260.200.01346.1591.5586.08
HexFCBBCA01A14115a5c56
Octal374273312032241532134126
Binary11111100101110111100101001101010100110101101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBCA; }

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

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

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

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

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

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

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

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