#FDBEB9

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

Shades of Your Pink #FDBEB9

Tints of Your Pink #FDBEB9

Color information

#FDBEB9 (or 0xFDBEB9) is unknown color: approx Your Pink. HEX triplet: FD, BE and B9. RGB value is (253,190,185). Sum of RGB (Red+Green+Blue) = 253+190+185=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEB9 is #024146. Grayscale: #D0D0D0. Windows color (decimal): -147783 or 12173053. OLE color: 12173053.

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

Color convert

RGB253190185-
CMYK00.250.270.01
HSL4.41º94.44%85.88%-
HSV(B)4.41º26.88%99.22%-
XYZ67.6861.2154.15-
YUV208.27114.87159.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.29%
GREEN value IS 190 (74.61% from 255) = 30.25%
BLUE value IS 185 (72.66% from 255) = 29.46%
R=40.29%
G=30.25%
B=29.46%

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
Decimal25319018500.250.270.014.4194.4485.88
HexFDBEB90191B145e56
Octal3752762710313314136126
Binary11111101101111101011100101100111011110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBEB9; }

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

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

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

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

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

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

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

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