Html Css Color HEX #FBC096 Romantic

📋 copy color: '#FBC096'

red 251 ◦ green 192 ◦ blue 150

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

Shades of Romantic #FBC096

Tints of Romantic #FBC096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.38%

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

R = 42.33%
G = 32.38%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FBC096 (or 0xFBC096) is known color: Romantic. HEX triplet: FB, C0 and 96. RGB value is (251,192,150). Sum of RGB (Red+Green+Blue) = 251+192+150=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC096 is #043F69. Grayscale: #CDCDCD. Windows color (decimal): -278378 or 9879803. OLE color: 9879803.

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

Color convert

RGB 251 192 150 -
CMYK 0 0.24 0.40 0.02
HSL 24.95º 0.93% 0.79% -
HSV(B) 24.95º 0.4% 0.98% -
XYZ 64.14 60.41 37.13 -
YUV 204.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 251 192 150 0 0.24 0.40 0.02 24.95 0.93 0.79
Hex FB C0 96 0 18 28 2 19 5D 4F
Octal 373 300 226 0 30 50 2 31 135 117
Binary 11111011 11000000 10010110 0 11000 101000 10 11001 1011101 1001111

Color Harmonies of #FBC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC096

Black with #FBC096

Text Example


Text Example

White with #FBC096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC096; }

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

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

background-color css

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

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

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

border-color css

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

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

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