#FDB9B9

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

Shades of Your Pink #FDB9B9

Tints of Your Pink #FDB9B9

Color information

#FDB9B9 (or 0xFDB9B9) is unknown color: approx Your Pink. HEX triplet: FD, B9 and B9. RGB value is (253,185,185). Sum of RGB (Red+Green+Blue) = 253+185+185=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 185 (72.66% from 255 or 29.70% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9B9 is #024646. Grayscale: #CDCDCD. Windows color (decimal): -149063 or 12171773. OLE color: 12171773.

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

Color convert

RGB253185185-
CMYK00.270.270.01
HSL94.44%85.88%-
HSV(B)26.88%99.22%-
XYZ66.6159.0853.79-
YUV205.33116.53162-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 185 (72.66% from 255) = 29.70%
BLUE value IS 185 (72.66% from 255) = 29.70%
R=40.61%
G=29.70%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318518500.270.270.01094.4485.88
HexFDB9B901B1B105e56
Octal3752712710333310136126
Binary111111011011100110111001011011110111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB9B9; }

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

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

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

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

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

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

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

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