#FDBFB9

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

Shades of Your Pink #FDBFB9

Tints of Your Pink #FDBFB9

Color information

#FDBFB9 (or 0xFDBFB9) is unknown color: approx Your Pink. HEX triplet: FD, BF and B9. RGB value is (253,191,185). Sum of RGB (Red+Green+Blue) = 253+191+185=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 185 (72.66% from 255 or 29.41% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFB9 is #024046. Grayscale: #D0D0D0. Windows color (decimal): -147527 or 12173309. OLE color: 12173309.

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

Color convert

RGB253191185-
CMYK00.250.270.01
HSL5.29º94.44%85.88%-
HSV(B)5.29º26.88%99.22%-
XYZ67.961.6554.22-
YUV208.85114.54159.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 185 (72.66% from 255) = 29.41%
R=40.22%
G=30.37%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319118500.250.270.015.2994.4485.88
HexFDBFB90191B155e56
Octal3752772710313315136126
Binary11111101101111111011100101100111011110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBFB9; }

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

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

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

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

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

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

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

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