#FBBECC

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

Shades of Pink #FBBECC

Tints of Pink #FBBECC

Color information

#FBBECC (or 0xFBBECC) is unknown color: approx Pink. HEX triplet: FB, BE and CC. RGB value is (251,190,204). Sum of RGB (Red+Green+Blue) = 251+190+204=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBECC is #044133. Grayscale: #D1D1D1. Windows color (decimal): -278836 or 13418235. OLE color: 13418235.

HSL color Cylindrical-coordinate representation of color #FBBECC: hue angle of 346.23º 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 #FBBECC is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251190204-
CMYK00.240.190.02
HSL346.23º88.41%86.47%-
HSV(B)346.23º24.3%98.43%-
XYZ69.161.765.39-
YUV209.83124.71157.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 190 (74.61% from 255) = 29.46%
BLUE value IS 204 (80.08% from 255) = 31.63%
R=38.91%
G=29.46%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119020400.240.190.02346.2388.4186.47
HexFBBECC01813215a5856
Octal373276314030232532130126
Binary111110111011111011001100011000100111010101101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBECC; }

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

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

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

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

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

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

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

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