Html Css Color HEX #FAC194 Romantic

📋 copy color: '#FAC194'

red 250 ◦ green 193 ◦ blue 148

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

Shades of Romantic #FAC194

Tints of Romantic #FAC194

RGB

 RED value IS 250 (98.05% from 255) = 42.3%

 GREEN value IS 193 (75.78% from 255) = 32.66%

 BLUE value IS 148 (58.2% from 255) = 25.04%

R = 42.3%
G = 32.66%
B = 25.04%

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

#FAC194 (or 0xFAC194) is known color: Romantic. HEX triplet: FA, C1 and 94. RGB value is (250,193,148). Sum of RGB (Red+Green+Blue) = 250+193+148=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC194 is #053E6B. Grayscale: #CDCDCD. Windows color (decimal): -343660 or 9748986. OLE color: 9748986.

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

Color convert

RGB 250 193 148 -
CMYK 0 0.23 0.41 0.02
HSL 26.47º 0.91% 0.78% -
HSV(B) 26.47º 0.41% 0.98% -
XYZ 63.84 60.6 36.35 -
YUV 204.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 250 193 148 0 0.23 0.41 0.02 26.47 0.91 0.78
Hex FA C1 94 0 17 29 2 1A 5B 4E
Octal 372 301 224 0 27 51 2 32 133 116
Binary 11111010 11000001 10010100 0 10111 101001 10 11010 1011011 1001110

Color Harmonies of #FAC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC194

Black with #FAC194

Text Example


Text Example

White with #FAC194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC194; }

 p { color: rgb(250,193,148); }

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

background-color css

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

 a { background-color: rgb(250,193,148); }

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

border-color css

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

 span { border-color: rgb(250,193,148); }

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