#FDBE98

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

Shades of Romantic #FDBE98

Tints of Romantic #FDBE98

Color information

#FDBE98 (or 0xFDBE98) is unknown color: approx Romantic. HEX triplet: FD, BE and 98. RGB value is (253,190,152). Sum of RGB (Red+Green+Blue) = 253+190+152=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBE98 is #024167. Grayscale: #CCCCCC. Windows color (decimal): -147816 or 10010365. OLE color: 10010365.

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

Color convert

RGB253190152-
CMYK00.250.400.01
HSL22.57º96.19%79.41%-
HSV(B)22.57º39.92%99.22%-
XYZ64.5959.9837.88-
YUV204.598.37162.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 152 (59.77% from 255) = 25.55%
R=42.52%
G=31.93%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319015200.250.400.0122.5796.1979.41
HexFDBE9801928117604f
Octal37527623003150127140117
Binary11111101101111101001100001100110100011011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBE98; }

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

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

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

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

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

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

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

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