#FBC8BB

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

Shades of Your Pink #FBC8BB

Tints of Your Pink #FBC8BB

Color information

#FBC8BB (or 0xFBC8BB) is unknown color: approx Your Pink. HEX triplet: FB, C8 and BB. RGB value is (251,200,187). Sum of RGB (Red+Green+Blue) = 251+200+187=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8BB is #043744. Grayscale: #D5D5D5. Windows color (decimal): -276293 or 12306683. OLE color: 12306683.

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

Color convert

RGB251200187-
CMYK00.200.250.02
HSL12.19º88.89%85.88%-
HSV(B)12.19º25.5%98.43%-
XYZ69.4165.4155.98-
YUV213.77112.9154.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 187 (73.44% from 255) = 29.31%
R=39.34%
G=31.35%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120018700.200.250.0212.1988.8985.88
HexFBC8BB014192c5956
Octal37331027302431214131126
Binary1111101111001000101110110101001100110110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC8BB; }

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

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

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

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

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

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

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

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