#FCBBBA

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

Shades of Your Pink #FCBBBA

Tints of Your Pink #FCBBBA

Color information

#FCBBBA (or 0xFCBBBA) is unknown color: approx Your Pink. HEX triplet: FC, BB and BA. RGB value is (252,187,186). Sum of RGB (Red+Green+Blue) = 252+187+186=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBBA is #034445. Grayscale: #CECECE. Windows color (decimal): -214086 or 12237820. OLE color: 12237820.

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

Color convert

RGB252187186-
CMYK00.260.260.01
HSL0.91º91.67%85.88%-
HSV(B)0.91º26.19%98.82%-
XYZ66.7859.7854.47-
YUV206.32116.53160.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=40.32%
G=29.92%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218718600.260.260.010.9191.6785.88
HexFCBBBA01A1A115c56
Octal3742732720323211134126
Binary111111001011101110111010011010110101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBBA; }

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

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

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

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

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

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

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

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