#FBC297

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

Shades of Romantic #FBC297

Tints of Romantic #FBC297

Color information

#FBC297 (or 0xFBC297) is unknown color: approx Romantic. HEX triplet: FB, C2 and 97. RGB value is (251,194,151). Sum of RGB (Red+Green+Blue) = 251+194+151=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC297 is #043D68. Grayscale: #CECECE. Windows color (decimal): -277865 or 9945851. OLE color: 9945851.

HSL color Cylindrical-coordinate representation of color #FBC297: hue angle of 25.8º 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 #FBC297 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB251194151-
CMYK00.230.400.02
HSL25.8º92.59%78.82%-
HSV(B)25.8º39.84%98.43%-
XYZ64.6661.3337.71-
YUV206.1496.88160-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 194 (76.17% from 255) = 32.55%
BLUE value IS 151 (59.38% from 255) = 25.34%
R=42.11%
G=32.55%
B=25.34%

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
Decimal25119415100.230.400.0225.892.5978.82
HexFBC2970172821a5d4f
Octal37330222702750232135117
Binary111110111100001010010111010111101000101101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC297; }

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

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

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

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

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

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

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

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