#FBC194

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

Shades of Romantic #FBC194

Tints of Romantic #FBC194

Color information

#FBC194 (or 0xFBC194) is unknown color: approx Romantic. HEX triplet: FB, C1 and 94. RGB value is (251,193,148). Sum of RGB (Red+Green+Blue) = 251+193+148=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC194 is #043E6B. Grayscale: #CDCDCD. Windows color (decimal): -278124 or 9748987. OLE color: 9748987.

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

Color convert

RGB251193148-
CMYK00.230.410.02
HSL26.21º92.79%78.24%-
HSV(B)26.21º41.04%98.43%-
XYZ64.260.7936.37-
YUV205.2195.72160.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.40%
GREEN value IS 193 (75.78% from 255) = 32.60%
BLUE value IS 148 (58.20% from 255) = 25%
R=42.40%
G=32.60%
B=25%

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
Decimal25119314800.230.410.0226.2192.7978.24
HexFBC1940172921a5d4e
Octal37330122402751232135116
Binary111110111100000110010100010111101001101101010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC194; }

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

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

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

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

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

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

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

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