#FBC396

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

Shades of Romantic #FBC396

Tints of Romantic #FBC396

Color information

#FBC396 (or 0xFBC396) is unknown color: approx Romantic. HEX triplet: FB, C3 and 96. RGB value is (251,195,150). Sum of RGB (Red+Green+Blue) = 251+195+150=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC396 is #043C69. Grayscale: #CECECE. Windows color (decimal): -277610 or 9880571. OLE color: 9880571.

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

Color convert

RGB251195150-
CMYK00.220.400.02
HSL26.73º92.66%78.63%-
HSV(B)26.73º40.24%98.43%-
XYZ64.861.7437.36-
YUV206.6196.05159.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 195 (76.56% from 255) = 32.72%
BLUE value IS 150 (58.98% from 255) = 25.17%
R=42.11%
G=32.72%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119515000.220.400.0226.7392.6678.63
HexFBC3960162821b5d4f
Octal37330322602650233135117
Binary111110111100001110010110010110101000101101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC396; }

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

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

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

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

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

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

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

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