#FBC196

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

Shades of Romantic #FBC196

Tints of Romantic #FBC196

Color information

#FBC196 (or 0xFBC196) is unknown color: approx Romantic. HEX triplet: FB, C1 and 96. RGB value is (251,193,150). Sum of RGB (Red+Green+Blue) = 251+193+150=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC196 is #043E69. Grayscale: #CDCDCD. Windows color (decimal): -278122 or 9880059. OLE color: 9880059.

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

Color convert

RGB251193150-
CMYK00.230.400.02
HSL25.54º92.66%78.63%-
HSV(B)25.54º40.24%98.43%-
XYZ64.3660.8537.21-
YUV205.4496.72160.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.26%
GREEN value IS 193 (75.78% from 255) = 32.49%
BLUE value IS 150 (58.98% from 255) = 25.25%
R=42.26%
G=32.49%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119315000.230.400.0225.5492.6678.63
HexFBC1960172821a5d4f
Octal37330122602750232135117
Binary111110111100000110010110010111101000101101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC196; }

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

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

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

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

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

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

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

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