#FBBECE

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

Shades of Pink #FBBECE

Tints of Pink #FBBECE

Color information

#FBBECE (or 0xFBBECE) is unknown color: approx Pink. HEX triplet: FB, BE and CE. RGB value is (251,190,206). Sum of RGB (Red+Green+Blue) = 251+190+206=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBECE is #044131. Grayscale: #D2D2D2. Windows color (decimal): -278834 or 13549307. OLE color: 13549307.

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

Color convert

RGB251190206-
CMYK00.240.180.02
HSL344.26º88.41%86.47%-
HSV(B)344.26º24.3%98.43%-
XYZ69.3461.7966.67-
YUV210.06125.71157.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 190 (74.61% from 255) = 29.37%
BLUE value IS 206 (80.86% from 255) = 31.84%
R=38.79%
G=29.37%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119020600.240.180.02344.2688.4186.47
HexFBBECE0181221585856
Octal373276316030222530130126
Binary111110111011111011001110011000100101010101100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBECE; }

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

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

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

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

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

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

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

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