#FBBFBC

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

Shades of Your Pink #FBBFBC

Tints of Your Pink #FBBFBC

Color information

#FBBFBC (or 0xFBBFBC) is unknown color: approx Your Pink. HEX triplet: FB, BF and BC. RGB value is (251,191,188). Sum of RGB (Red+Green+Blue) = 251+191+188=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFBC is #044043. Grayscale: #D0D0D0. Windows color (decimal): -278596 or 12369915. OLE color: 12369915.

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

Color convert

RGB251191188-
CMYK00.240.250.02
HSL2.86º88.73%86.08%-
HSV(B)2.86º25.1%98.43%-
XYZ67.4961.455.87-
YUV208.6116.38158.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.84%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 188 (73.83% from 255) = 29.84%
R=39.84%
G=30.32%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119118800.240.250.022.8688.7386.08
HexFBBFBC01819235956
Octal3732772740303123131126
Binary11111011101111111011110001100011001101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFBC; }

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

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

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

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

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

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

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

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