#FCBBB9

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

Shades of Your Pink #FCBBB9

Tints of Your Pink #FCBBB9

Color information

#FCBBB9 (or 0xFCBBB9) is unknown color: approx Your Pink. HEX triplet: FC, BB and B9. RGB value is (252,187,185). Sum of RGB (Red+Green+Blue) = 252+187+185=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBB9 is #034446. Grayscale: #CECECE. Windows color (decimal): -214087 or 12172284. OLE color: 12172284.

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

Color convert

RGB252187185-
CMYK00.260.270.01
HSL1.79º91.78%85.69%-
HSV(B)1.79º26.59%98.82%-
XYZ66.6759.7453.92-
YUV206.21116.03160.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 185 (72.66% from 255) = 29.65%
R=40.38%
G=29.97%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218718500.260.270.011.7991.7885.69
HexFCBBB901A1B125c56
Octal3742732710323312134126
Binary1111110010111011101110010110101101111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBB9; }

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

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

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

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

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

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

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

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