#FBBCBB

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

Shades of Your Pink #FBBCBB

Tints of Your Pink #FBBCBB

Color information

#FBBCBB (or 0xFBBCBB) is unknown color: approx Your Pink. HEX triplet: FB, BC and BB. RGB value is (251,188,187). Sum of RGB (Red+Green+Blue) = 251+188+187=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCBB is #044344. Grayscale: #CECECE. Windows color (decimal): -279365 or 12303611. OLE color: 12303611.

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

Color convert

RGB251188187-
CMYK00.250.250.02
HSL0.94º88.89%85.88%-
HSV(B)0.94º25.5%98.43%-
XYZ66.7460.0655.09-
YUV206.72116.87159.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 188 (73.83% from 255) = 30.03%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=40.10%
G=30.03%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118818700.250.250.020.9488.8985.88
HexFBBCBB01919215956
Octal3732742730313121131126
Binary1111101110111100101110110110011100110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCBB; }

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

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

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

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

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

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

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

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