#FDBEBA

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

Shades of Your Pink #FDBEBA

Tints of Your Pink #FDBEBA

Color information

#FDBEBA (or 0xFDBEBA) is unknown color: approx Your Pink. HEX triplet: FD, BE and BA. RGB value is (253,190,186). Sum of RGB (Red+Green+Blue) = 253+190+186=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEBA is #024145. Grayscale: #D0D0D0. Windows color (decimal): -147782 or 12238589. OLE color: 12238589.

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

Color convert

RGB253190186-
CMYK00.250.260.01
HSL3.58º94.37%86.08%-
HSV(B)3.58º26.48%99.22%-
XYZ67.7861.2554.71-
YUV208.38115.37159.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 186 (73.05% from 255) = 29.57%
R=40.22%
G=30.21%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319018600.250.260.013.5894.3786.08
HexFDBEBA0191A145e56
Octal3752762720313214136126
Binary11111101101111101011101001100111010110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBEBA; }

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

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

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

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

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

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

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

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