#FBC294

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

Shades of Romantic #FBC294

Tints of Romantic #FBC294

Color information

#FBC294 (or 0xFBC294) is unknown color: approx Romantic. HEX triplet: FB, C2 and 94. RGB value is (251,194,148). Sum of RGB (Red+Green+Blue) = 251+194+148=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC294 is #043D6B. Grayscale: #CECECE. Windows color (decimal): -277868 or 9749243. OLE color: 9749243.

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

Color convert

RGB251194148-
CMYK00.230.410.02
HSL26.8º92.79%78.24%-
HSV(B)26.8º41.04%98.43%-
XYZ64.4261.2336.44-
YUV205.895.38160.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 194 (76.17% from 255) = 32.72%
BLUE value IS 148 (58.20% from 255) = 24.96%
R=42.33%
G=32.72%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119414800.230.410.0226.892.7978.24
HexFBC2940172921b5d4e
Octal37330222402751233135116
Binary111110111100001010010100010111101001101101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC294; }

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

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

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

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

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

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

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

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