#FDBE96

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

Shades of Romantic #FDBE96

Tints of Romantic #FDBE96

Color information

#FDBE96 (or 0xFDBE96) is unknown color: approx Romantic. HEX triplet: FD, BE and 96. RGB value is (253,190,150). Sum of RGB (Red+Green+Blue) = 253+190+150=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBE96 is #024169. Grayscale: #CCCCCC. Windows color (decimal): -147818 or 9879293. OLE color: 9879293.

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

Color convert

RGB253190150-
CMYK00.250.410.01
HSL23.3º96.26%79.02%-
HSV(B)23.3º40.71%99.22%-
XYZ64.4359.9137.02-
YUV204.2897.37162.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 150 (58.98% from 255) = 25.30%
R=42.66%
G=32.04%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319015000.250.410.0123.396.2679.02
HexFDBE9601929117604f
Octal37527622603151127140117
Binary11111101101111101001011001100110100111011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBE96; }

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

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

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

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

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

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

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

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