#FBC395

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

Shades of Romantic #FBC395

Tints of Romantic #FBC395

Color information

#FBC395 (or 0xFBC395) is unknown color: approx Romantic. HEX triplet: FB, C3 and 95. RGB value is (251,195,149). Sum of RGB (Red+Green+Blue) = 251+195+149=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC395 is #043C6A. Grayscale: #CECECE. Windows color (decimal): -277611 or 9815035. OLE color: 9815035.

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

Color convert

RGB251195149-
CMYK00.220.410.02
HSL27.06º92.73%78.43%-
HSV(B)27.06º40.64%98.43%-
XYZ64.7261.7136.93-
YUV206.595.55159.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 195 (76.56% from 255) = 32.77%
BLUE value IS 149 (58.59% from 255) = 25.04%
R=42.18%
G=32.77%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119514900.220.410.0227.0692.7378.43
HexFBC3950162921b5d4e
Octal37330322502651233135116
Binary111110111100001110010101010110101001101101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC395; }

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

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

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

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

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

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

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

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