#FDBBB9

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

Shades of Your Pink #FDBBB9

Tints of Your Pink #FDBBB9

Color information

#FDBBB9 (or 0xFDBBB9) is unknown color: approx Your Pink. HEX triplet: FD, BB and B9. RGB value is (253,187,185). Sum of RGB (Red+Green+Blue) = 253+187+185=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBB9 is #024446. Grayscale: #CECECE. Windows color (decimal): -148551 or 12172285. OLE color: 12172285.

HSL color Cylindrical-coordinate representation of color #FDBBB9: hue angle of 1.76º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDBBB9 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB253187185-
CMYK00.260.270.01
HSL1.76º94.44%85.88%-
HSV(B)1.76º26.88%99.22%-
XYZ67.0459.9353.93-
YUV206.51115.87161.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 185 (72.66% from 255) = 29.6%
R=40.48%
G=29.92%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318718500.260.270.011.7694.4485.88
HexFDBBB901A1B125e56
Octal3752732710323312136126
Binary1111110110111011101110010110101101111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBB9; }

 p { color: rgb(253,187,185); }

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

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

 a { background-color: rgb(253,187,185); }

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

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

 span { border-color: rgb(253,187,185); }

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