#FBC89D

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

Shades of Romantic #FBC89D

Tints of Romantic #FBC89D

Color information

#FBC89D (or 0xFBC89D) is unknown color: approx Romantic. HEX triplet: FB, C8 and 9D. RGB value is (251,200,157). Sum of RGB (Red+Green+Blue) = 251+200+157=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC89D is #043762. Grayscale: #D2D2D2. Windows color (decimal): -276323 or 10340603. OLE color: 10340603.

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

Color convert

RGB251200157-
CMYK00.200.370.02
HSL27.45º92.16%80%-
HSV(B)27.45º37.45%98.43%-
XYZ66.5264.2540.79-
YUV210.3597.9157-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.28%
GREEN value IS 200 (78.52% from 255) = 32.89%
BLUE value IS 157 (61.72% from 255) = 25.82%
R=41.28%
G=32.89%
B=25.82%

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
Decimal25120015700.200.370.0227.4592.1680
HexFBC89D0142521b5c50
Octal37331023502445233134120
Binary111110111100100010011101010100100101101101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC89D; }

 p { color: rgb(251,200,157); }

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

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

 a { background-color: rgb(251,200,157); }

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

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

 span { border-color: rgb(251,200,157); }

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