Html Css Color HEX #FBC097 Romantic

📋 copy color: '#FBC097'

red 251 ◦ green 192 ◦ blue 151

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

Shades of Romantic #FBC097

Tints of Romantic #FBC097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.42%

R = 42.26%
G = 32.32%
B = 25.42%

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

#FBC097 (or 0xFBC097) is known color: Romantic. HEX triplet: FB, C0 and 97. RGB value is (251,192,151). Sum of RGB (Red+Green+Blue) = 251+192+151=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC097 is #043F68. Grayscale: #CDCDCD. Windows color (decimal): -278377 or 9945339. OLE color: 9945339.

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

Color convert

RGB 251 192 151 -
CMYK 0 0.24 0.40 0.02
HSL 24.6º 0.93% 0.79% -
HSV(B) 24.6º 0.4% 0.98% -
XYZ 64.22 60.44 37.56 -
YUV 204.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 251 192 151 0 0.24 0.40 0.02 24.6 0.93 0.79
Hex FB C0 97 0 18 28 2 19 5D 4F
Octal 373 300 227 0 30 50 2 31 135 117
Binary 11111011 11000000 10010111 0 11000 101000 10 11001 1011101 1001111

Color Harmonies of #FBC097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC097

Black with #FBC097

Text Example


Text Example

White with #FBC097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC097; }

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

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

background-color css

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

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

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

border-color css

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

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

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