Html Css Color HEX #FBC293 Romantic

📋 copy color: '#FBC293'

red 251 ◦ green 194 ◦ blue 147

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

Shades of Romantic #FBC293

Tints of Romantic #FBC293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.83%

R = 42.4%
G = 32.77%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBC293 (or 0xFBC293) is known color: Romantic. HEX triplet: FB, C2 and 93. RGB value is (251,194,147). Sum of RGB (Red+Green+Blue) = 251+194+147=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC293 is #043D6C. Grayscale: #CDCDCD. Windows color (decimal): -277869 or 9683707. OLE color: 9683707.

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

Color convert

RGB 251 194 147 -
CMYK 0 0.23 0.41 0.02
HSL 27.12º 0.93% 0.78% -
HSV(B) 27.12º 0.41% 0.98% -
XYZ 64.34 61.2 36.03 -
YUV 205.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 251 194 147 0 0.23 0.41 0.02 27.12 0.93 0.78
Hex FB C2 93 0 17 29 2 1B 5D 4E
Octal 373 302 223 0 27 51 2 33 135 116
Binary 11111011 11000010 10010011 0 10111 101001 10 11011 1011101 1001110

Color Harmonies of #FBC293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC293

Black with #FBC293

Text Example


Text Example

White with #FBC293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC293; }

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

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

background-color css

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

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

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

border-color css

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

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

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