Html Css Color HEX #FBC296 Romantic

📋 copy color: '#FBC296'

red 251 ◦ green 194 ◦ blue 150

#FBC296
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Romantic #FBC296

Tints of Romantic #FBC296

RGB

 RED value IS 251 (98.44% from 255) = 42.18%

 GREEN value IS 194 (76.17% from 255) = 32.61%

 BLUE value IS 150 (58.98% from 255) = 25.21%

R = 42.18%
G = 32.61%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FBC296 (or 0xFBC296) is known color: Romantic. HEX triplet: FB, C2 and 96. RGB value is (251,194,150). Sum of RGB (Red+Green+Blue) = 251+194+150=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC296 is #043D69. Grayscale: #CECECE. Windows color (decimal): -277866 or 9880315. OLE color: 9880315.

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

Color convert

RGB 251 194 150 -
CMYK 0 0.23 0.40 0.02
HSL 26.14º 0.93% 0.79% -
HSV(B) 26.14º 0.4% 0.98% -
XYZ 64.58 61.29 37.28 -
YUV 206.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 251 194 150 0 0.23 0.40 0.02 26.14 0.93 0.79
Hex FB C2 96 0 17 28 2 1A 5D 4F
Octal 373 302 226 0 27 50 2 32 135 117
Binary 11111011 11000010 10010110 0 10111 101000 10 11010 1011101 1001111

Color Harmonies of #FBC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC296

Black with #FBC296

Text Example


Text Example

White with #FBC296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC296; }

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

 H1.HeaderClassName
 {
   color: #FBC296;
 }
 .AnyTagClassName
 {
   color: #FBC296;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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