#FBC8BE

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

Shades of Your Pink #FBC8BE

Tints of Your Pink #FBC8BE

Color information

#FBC8BE (or 0xFBC8BE) is unknown color: approx Your Pink. HEX triplet: FB, C8 and BE. RGB value is (251,200,190). Sum of RGB (Red+Green+Blue) = 251+200+190=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8BE is #043741. Grayscale: #D6D6D6. Windows color (decimal): -276290 or 12503291. OLE color: 12503291.

HSL color Cylindrical-coordinate representation of color #FBC8BE: hue angle of 9.84º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBC8BE is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251200190-
CMYK00.200.240.02
HSL9.84º88.41%86.47%-
HSV(B)9.84º24.3%98.43%-
XYZ69.7365.5457.69-
YUV214.11114.4154.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 190 (74.61% from 255) = 29.64%
R=39.16%
G=31.20%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120019000.200.240.029.8488.4186.47
HexFBC8BE014182a5856
Octal37331027602430212130126
Binary1111101111001000101111100101001100010101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC8BE; }

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

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

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

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

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

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

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

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