#FBC299

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

Shades of Romantic #FBC299

Tints of Romantic #FBC299

Color information

#FBC299 (or 0xFBC299) is unknown color: approx Romantic. HEX triplet: FB, C2 and 99. RGB value is (251,194,153). Sum of RGB (Red+Green+Blue) = 251+194+153=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 153 (60.16% from 255 or 25.59% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC299 is #043D66. Grayscale: #CECECE. Windows color (decimal): -277863 or 10076923. OLE color: 10076923.

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

Color convert

RGB251194153-
CMYK00.230.390.02
HSL25.1º92.45%79.22%-
HSV(B)25.1º39.04%98.43%-
XYZ64.8361.3938.57-
YUV206.3797.88159.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.97%
GREEN value IS 194 (76.17% from 255) = 32.44%
BLUE value IS 153 (60.16% from 255) = 25.59%
R=41.97%
G=32.44%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119415300.230.390.0225.192.4579.22
HexFBC299017272195c4f
Octal37330223102747231134117
Binary111110111100001010011001010111100111101100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC299; }

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

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

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

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

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

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

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

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