Html Css Color HEX #FAC195 Romantic

📋 copy color: '#FAC195'

red 250 ◦ green 193 ◦ blue 149

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

Shades of Romantic #FAC195

Tints of Romantic #FAC195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.17%

R = 42.23%
G = 32.6%
B = 25.17%

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

#FAC195 (or 0xFAC195) is known color: Romantic. HEX triplet: FA, C1 and 95. RGB value is (250,193,149). Sum of RGB (Red+Green+Blue) = 250+193+149=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC195 is #053E6A. Grayscale: #CDCDCD. Windows color (decimal): -343659 or 9814522. OLE color: 9814522.

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

Color convert

RGB 250 193 149 -
CMYK 0 0.23 0.40 0.02
HSL 26.14º 0.91% 0.78% -
HSV(B) 26.14º 0.4% 0.98% -
XYZ 63.92 60.63 36.77 -
YUV 205.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 250 193 149 0 0.23 0.40 0.02 26.14 0.91 0.78
Hex FA C1 95 0 17 28 2 1A 5B 4E
Octal 372 301 225 0 27 50 2 32 133 116
Binary 11111010 11000001 10010101 0 10111 101000 10 11010 1011011 1001110

Color Harmonies of #FAC195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC195

Black with #FAC195

Text Example


Text Example

White with #FAC195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC195; }

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

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

background-color css

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

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

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

border-color css

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

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

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