#FBC6BD

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

Shades of Your Pink #FBC6BD

Tints of Your Pink #FBC6BD

Color information

#FBC6BD (or 0xFBC6BD) is unknown color: approx Your Pink. HEX triplet: FB, C6 and BD. RGB value is (251,198,189). Sum of RGB (Red+Green+Blue) = 251+198+189=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6BD is #043942. Grayscale: #D4D4D4. Windows color (decimal): -276803 or 12437243. OLE color: 12437243.

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

Color convert

RGB251198189-
CMYK00.210.250.02
HSL8.71º88.57%86.27%-
HSV(B)8.71º24.7%98.43%-
XYZ69.1664.5756.96-
YUV212.82114.56155.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 198 (77.73% from 255) = 31.03%
BLUE value IS 189 (74.22% from 255) = 29.62%
R=39.34%
G=31.03%
B=29.62%

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
Decimal25119818900.210.250.028.7188.5786.27
HexFBC6BD01519295956
Octal37330627502531211131126
Binary1111101111000110101111010101011100110100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6BD; }

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

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

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

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

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

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

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

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