#FBC090

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

Shades of Romantic #FBC090

Tints of Romantic #FBC090

Color information

#FBC090 (or 0xFBC090) is unknown color: approx Romantic. HEX triplet: FB, C0 and 90. RGB value is (251,192,144). Sum of RGB (Red+Green+Blue) = 251+192+144=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC090 is #043F6F. Grayscale: #CCCCCC. Windows color (decimal): -278384 or 9486587. OLE color: 9486587.

HSL color Cylindrical-coordinate representation of color #FBC090: hue angle of 26.92º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBC090 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB251192144-
CMYK00.240.430.02
HSL26.92º93.04%77.45%-
HSV(B)26.92º42.63%98.43%-
XYZ63.6760.2234.65-
YUV204.1794.05161.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 144 (56.64% from 255) = 24.53%
R=42.76%
G=32.71%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119214400.240.430.0226.9293.0477.45
HexFBC0900182B21b5d4d
Octal37330022003053233135115
Binary111110111100000010010000011000101011101101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC090; }

 p { color: rgb(251,192,144); }

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

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

 a { background-color: rgb(251,192,144); }

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

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

 span { border-color: rgb(251,192,144); }

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