#FCBBB8

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

Shades of Your Pink #FCBBB8

Tints of Your Pink #FCBBB8

Color information

#FCBBB8 (or 0xFCBBB8) is unknown color: approx Your Pink. HEX triplet: FC, BB and B8. RGB value is (252,187,184). Sum of RGB (Red+Green+Blue) = 252+187+184=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 184 (72.27% from 255 or 29.53% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBB8 is #034447. Grayscale: #CECECE. Windows color (decimal): -214088 or 12106748. OLE color: 12106748.

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

Color convert

RGB252187184-
CMYK00.260.270.01
HSL2.65º91.89%85.49%-
HSV(B)2.65º26.98%98.82%-
XYZ66.5759.753.36-
YUV206.09115.53160.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 184 (72.27% from 255) = 29.53%
R=40.45%
G=30.02%
B=29.53%

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
Decimal25218718400.260.270.012.6591.8985.49
HexFCBBB801A1B135c55
Octal3742732700323313134125
Binary1111110010111011101110000110101101111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBB8; }

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

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

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

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

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

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

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

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