Html Css Color HEX #FAC197 Romantic

📋 copy color: '#FAC197'

red 250 ◦ green 193 ◦ blue 151

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

Shades of Romantic #FAC197

Tints of Romantic #FAC197

RGB

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

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

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

R = 42.09%
G = 32.49%
B = 25.42%

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

#FAC197 (or 0xFAC197) is known color: Romantic. HEX triplet: FA, C1 and 97. RGB value is (250,193,151). Sum of RGB (Red+Green+Blue) = 250+193+151=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC197 is #053E68. Grayscale: #CDCDCD. Windows color (decimal): -343657 or 9945594. OLE color: 9945594.

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

Color convert

RGB 250 193 151 -
CMYK 0 0.23 0.40 0.02
HSL 25.45º 0.91% 0.79% -
HSV(B) 25.45º 0.4% 0.98% -
XYZ 64.08 60.7 37.62 -
YUV 205.26 97.38 159.92 -
System Red Green Blue C M Y K H S L
Decimal 250 193 151 0 0.23 0.40 0.02 25.45 0.91 0.79
Hex FA C1 97 0 17 28 2 19 5B 4F
Octal 372 301 227 0 27 50 2 31 133 117
Binary 11111010 11000001 10010111 0 10111 101000 10 11001 1011011 1001111

Color Harmonies of #FAC197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC197

Black with #FAC197

Text Example


Text Example

White with #FAC197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC197; }

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

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

background-color css

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

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

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

border-color css

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

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

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