#FBC99F

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

Shades of Romantic #FBC99F

Tints of Romantic #FBC99F

Color information

#FBC99F (or 0xFBC99F) is unknown color: approx Romantic. HEX triplet: FB, C9 and 9F. RGB value is (251,201,159). Sum of RGB (Red+Green+Blue) = 251+201+159=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC99F is #043660. Grayscale: #D3D3D3. Windows color (decimal): -276065 or 10471931. OLE color: 10471931.

HSL color Cylindrical-coordinate representation of color #FBC99F: hue angle of 27.39º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBC99F is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB251201159-
CMYK00.200.370.02
HSL27.39º92%80.39%-
HSV(B)27.39º36.65%98.43%-
XYZ66.9364.7941.78-
YUV211.1698.57156.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 201 (78.91% from 255) = 32.90%
BLUE value IS 159 (62.5% from 255) = 26.02%
R=41.08%
G=32.90%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120115900.200.370.0227.399280.39
HexFBC99F0142521b5c50
Octal37331123702445233134120
Binary111110111100100110011111010100100101101101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC99F; }

 p { color: rgb(251,201,159); }

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

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

 a { background-color: rgb(251,201,159); }

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

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

 span { border-color: rgb(251,201,159); }

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