#FBC7BD

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

Shades of Your Pink #FBC7BD

Tints of Your Pink #FBC7BD

Color information

#FBC7BD (or 0xFBC7BD) is unknown color: approx Your Pink. HEX triplet: FB, C7 and BD. RGB value is (251,199,189). Sum of RGB (Red+Green+Blue) = 251+199+189=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7BD is #043842. Grayscale: #D5D5D5. Windows color (decimal): -276547 or 12437499. OLE color: 12437499.

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

Color convert

RGB251199189-
CMYK00.210.250.02
HSL9.68º88.57%86.27%-
HSV(B)9.68º24.7%98.43%-
XYZ69.3965.0357.04-
YUV213.41114.23154.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.28%
GREEN value IS 199 (78.12% from 255) = 31.14%
BLUE value IS 189 (74.22% from 255) = 29.58%
R=39.28%
G=31.14%
B=29.58%

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
Decimal25119918900.210.250.029.6888.5786.27
HexFBC7BD015192a5956
Octal37330727502531212131126
Binary1111101111000111101111010101011100110101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7BD; }

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

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

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

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

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

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

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

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