#FBC598

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

Shades of Romantic #FBC598

Tints of Romantic #FBC598

Color information

#FBC598 (or 0xFBC598) is unknown color: approx Romantic. HEX triplet: FB, C5 and 98. RGB value is (251,197,152). Sum of RGB (Red+Green+Blue) = 251+197+152=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC598 is #043A67. Grayscale: #D0D0D0. Windows color (decimal): -277096 or 10012155. OLE color: 10012155.

HSL color Cylindrical-coordinate representation of color #FBC598: hue angle of 27.27º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBC598 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB251197152-
CMYK00.220.390.02
HSL27.27º92.52%79.02%-
HSV(B)27.27º39.44%98.43%-
XYZ65.4262.7138.36-
YUV208.0296.39158.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 197 (77.34% from 255) = 32.83%
BLUE value IS 152 (59.77% from 255) = 25.33%
R=41.83%
G=32.83%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119715200.220.390.0227.2792.5279.02
HexFBC5980162721b5d4f
Octal37330523002647233135117
Binary111110111100010110011000010110100111101101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC598; }

 p { color: rgb(251,197,152); }

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

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

 a { background-color: rgb(251,197,152); }

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

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

 span { border-color: rgb(251,197,152); }

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