#FBBDB9

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

Shades of Your Pink #FBBDB9

Tints of Your Pink #FBBDB9

Color information

#FBBDB9 (or 0xFBBDB9) is unknown color: approx Your Pink. HEX triplet: FB, BD and B9. RGB value is (251,189,185). Sum of RGB (Red+Green+Blue) = 251+189+185=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDB9 is #044246. Grayscale: #CFCFCF. Windows color (decimal): -279111 or 12172795. OLE color: 12172795.

HSL color Cylindrical-coordinate representation of color #FBBDB9: hue angle of 3.64º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBDB9 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB251189185-
CMYK00.250.260.02
HSL3.64º89.19%85.49%-
HSV(B)3.64º26.29%98.43%-
XYZ66.7460.4154.04-
YUV207.08115.54159.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 185 (72.66% from 255) = 29.6%
R=40.16%
G=30.24%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118918500.250.260.023.6489.1985.49
HexFBBDB90191A245955
Octal3732752710313224131125
Binary111110111011110110111001011001110101010010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDB9; }

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

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

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

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

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

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

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

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