#FDBEA3

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

Shades of Romantic #FDBEA3

Tints of Romantic #FDBEA3

Color information

#FDBEA3 (or 0xFDBEA3) is unknown color: approx Romantic. HEX triplet: FD, BE and A3. RGB value is (253,190,163). Sum of RGB (Red+Green+Blue) = 253+190+163=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 163 (64.06% from 255 or 26.90% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBEA3 is #02415C. Grayscale: #CDCDCD. Windows color (decimal): -147805 or 10731261. OLE color: 10731261.

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

Color convert

RGB253190163-
CMYK00.250.360.01
HSL18º95.74%81.57%-
HSV(B)18º35.57%99.22%-
XYZ65.5360.3542.85-
YUV205.76103.87161.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 163 (64.06% from 255) = 26.90%
R=41.75%
G=31.35%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319016300.250.360.011895.7481.57
HexFDBEA3019241126052
Octal37527624303144122140122
Binary11111101101111101010001101100110010011001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBEA3; }

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

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

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

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

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

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

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

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