Html Css Color HEX #FBC196 Romantic

📋 copy color: '#FBC196'

red 251 ◦ green 193 ◦ blue 150

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

Shades of Romantic #FBC196

Tints of Romantic #FBC196

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 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

#FBC196 (or 0xFBC196) is known color: 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

RGB 251 193 150 -
CMYK 0 0.23 0.40 0.02
HSL 25.54º 0.93% 0.79% -
HSV(B) 25.54º 0.4% 0.98% -
XYZ 64.36 60.85 37.21 -
YUV 205.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 251 193 150 0 0.23 0.40 0.02 25.54 0.93 0.79
Hex FB C1 96 0 17 28 2 1A 5D 4F
Octal 373 301 226 0 27 50 2 32 135 117
Binary 11111011 11000001 10010110 0 10111 101000 10 11010 1011101 1001111

Color Harmonies of #FBC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC196

Black with #FBC196

Text Example


Text Example

White with #FBC196

Text Example


Text Example

HTML Codes & Css Web 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>