#FDBEB7

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

Shades of Your Pink #FDBEB7

Tints of Your Pink #FDBEB7

Color information

#FDBEB7 (or 0xFDBEB7) is unknown color: approx Your Pink. HEX triplet: FD, BE and B7. RGB value is (253,190,183). Sum of RGB (Red+Green+Blue) = 253+190+183=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 183 (71.88% from 255 or 29.23% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEB7 is #024148. Grayscale: #D0D0D0. Windows color (decimal): -147785 or 12041981. OLE color: 12041981.

HSL color Cylindrical-coordinate representation of color #FDBEB7: hue angle of 6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDBEB7 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB253190183-
CMYK00.250.280.01
HSL94.59%85.49%-
HSV(B)27.67%99.22%-
XYZ67.4761.1353.04-
YUV208.04113.87160.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 190 (74.61% from 255) = 30.35%
BLUE value IS 183 (71.88% from 255) = 29.23%
R=40.42%
G=30.35%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319018300.250.280.01694.5985.49
HexFDBEB70191C165f55
Octal3752762670313416137125
Binary11111101101111101011011101100111100111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBEB7; }

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

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

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

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

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

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

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

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