Html Css Color HEX #FAC196 Romantic

📋 copy color: '#FAC196'

red 250 ◦ green 193 ◦ blue 150

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

Shades of Romantic #FAC196

Tints of Romantic #FAC196

RGB

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

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

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

R = 42.16%
G = 32.55%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAC196 (or 0xFAC196) is known color: Romantic. HEX triplet: FA, C1 and 96. RGB value is (250,193,150). Sum of RGB (Red+Green+Blue) = 250+193+150=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC196 is #053E69. Grayscale: #CDCDCD. Windows color (decimal): -343658 or 9880058. OLE color: 9880058.

HSL color Cylindrical-coordinate representation of color #FAC196: hue angle of 25.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAC196 is Cyan = 0, Magento = 0.23, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 150 -
CMYK 0 0.23 0.4 0.02
HSL 25.8º 0.91% 0.78% -
HSV(B) 25.8º 0.4% 0.98% -
XYZ 64 60.67 37.19 -
YUV 205.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 250 193 150 0 0.23 0.4 0.02 25.8 0.91 0.78
Hex FA C1 96 0 17 28 2 1A 5B 4E
Octal 372 301 226 0 27 50 2 32 133 116
Binary 11111010 11000001 10010110 0 10111 101000 10 11010 1011011 1001110

Color Harmonies of #FAC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC196

Black with #FAC196

Text Example


Text Example

White with #FAC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC196; }

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

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

background-color css

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

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

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

border-color css

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

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

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