#FBBCCE

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

Shades of Pink #FBBCCE

Tints of Pink #FBBCCE

Color information

#FBBCCE (or 0xFBBCCE) is unknown color: approx Pink. HEX triplet: FB, BC and CE. RGB value is (251,188,206). Sum of RGB (Red+Green+Blue) = 251+188+206=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCCE is #044331. Grayscale: #D0D0D0. Windows color (decimal): -279346 or 13548795. OLE color: 13548795.

HSL color Cylindrical-coordinate representation of color #FBBCCE: hue angle of 342.86º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBCCE is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251188206-
CMYK00.250.180.02
HSL342.86º88.73%86.08%-
HSV(B)342.86º25.1%98.43%-
XYZ68.9160.9366.52-
YUV208.89126.37158.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 188 (73.83% from 255) = 29.15%
BLUE value IS 206 (80.86% from 255) = 31.94%
R=38.91%
G=29.15%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118820600.250.180.02342.8688.7386.08
HexFBBCCE0191221575956
Octal373274316031222527131126
Binary111110111011110011001110011001100101010101011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCCE; }

 p { color: rgb(251,188,206); }

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

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

 a { background-color: rgb(251,188,206); }

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

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

 span { border-color: rgb(251,188,206); }

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