#FBC699

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

Shades of Romantic #FBC699

Tints of Romantic #FBC699

Color information

#FBC699 (or 0xFBC699) is unknown color: approx Romantic. HEX triplet: FB, C6 and 99. RGB value is (251,198,153). Sum of RGB (Red+Green+Blue) = 251+198+153=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC699 is #043966. Grayscale: #D0D0D0. Windows color (decimal): -276839 or 10077947. OLE color: 10077947.

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

Color convert

RGB251198153-
CMYK00.210.390.02
HSL27.55º92.45%79.22%-
HSV(B)27.55º39.04%98.43%-
XYZ65.7363.238.87-
YUV208.7296.56158.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.69%
GREEN value IS 198 (77.73% from 255) = 32.89%
BLUE value IS 153 (60.16% from 255) = 25.42%
R=41.69%
G=32.89%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119815300.210.390.0227.5592.4579.22
HexFBC6990152721c5c4f
Octal37330623102547234134117
Binary111110111100011010011001010101100111101110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC699; }

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

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

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

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

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

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

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

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