#FBC6BB

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

Shades of Your Pink #FBC6BB

Tints of Your Pink #FBC6BB

Color information

#FBC6BB (or 0xFBC6BB) is unknown color: approx Your Pink. HEX triplet: FB, C6 and BB. RGB value is (251,198,187). Sum of RGB (Red+Green+Blue) = 251+198+187=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6BB is #043944. Grayscale: #D4D4D4. Windows color (decimal): -276805 or 12306171. OLE color: 12306171.

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

Color convert

RGB251198187-
CMYK00.210.250.02
HSL10.31º88.89%85.88%-
HSV(B)10.31º25.5%98.43%-
XYZ68.9564.4955.83-
YUV212.59113.56155.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 198 (77.73% from 255) = 31.13%
BLUE value IS 187 (73.44% from 255) = 29.40%
R=39.47%
G=31.13%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119818700.210.250.0210.3188.8985.88
HexFBC6BB015192a5956
Octal37330627302531212131126
Binary1111101111000110101110110101011100110101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6BB; }

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

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

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

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

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

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

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

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