#FBC8BD

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

Shades of Your Pink #FBC8BD

Tints of Your Pink #FBC8BD

Color information

#FBC8BD (or 0xFBC8BD) is unknown color: approx Your Pink. HEX triplet: FB, C8 and BD. RGB value is (251,200,189). Sum of RGB (Red+Green+Blue) = 251+200+189=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8BD is #043742. Grayscale: #D6D6D6. Windows color (decimal): -276291 or 12437755. OLE color: 12437755.

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

Color convert

RGB251200189-
CMYK00.200.250.02
HSL10.65º88.57%86.27%-
HSV(B)10.65º24.7%98.43%-
XYZ69.6265.4957.12-
YUV213.99113.9154.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 200 (78.52% from 255) = 31.25%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=39.22%
G=31.25%
B=29.53%

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
Decimal25120018900.200.250.0210.6588.5786.27
HexFBC8BD014192b5956
Octal37331027502431213131126
Binary1111101111001000101111010101001100110101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC8BD; }

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

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

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

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

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

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

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

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