#FBC296

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

Shades of Romantic #FBC296

Tints of Romantic #FBC296

Color information

#FBC296 (or 0xFBC296) is unknown color: approx Romantic. HEX triplet: FB, C2 and 96. RGB value is (251,194,150). Sum of RGB (Red+Green+Blue) = 251+194+150=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC296 is #043D69. Grayscale: #CECECE. Windows color (decimal): -277866 or 9880315. OLE color: 9880315.

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

Color convert

RGB251194150-
CMYK00.230.400.02
HSL26.14º92.66%78.63%-
HSV(B)26.14º40.24%98.43%-
XYZ64.5861.2937.28-
YUV206.0396.38160.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 194 (76.17% from 255) = 32.61%
BLUE value IS 150 (58.98% from 255) = 25.21%
R=42.18%
G=32.61%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119415000.230.400.0226.1492.6678.63
HexFBC2960172821a5d4f
Octal37330222602750232135117
Binary111110111100001010010110010111101000101101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC296; }

 p { color: rgb(251,194,150); }

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

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

 a { background-color: rgb(251,194,150); }

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

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

 span { border-color: rgb(251,194,150); }

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