Html Css Color HEX #FAC49E Romantic

📋 copy color: '#FAC49E'

red 250 ◦ green 196 ◦ blue 158

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

Shades of Romantic #FAC49E

Tints of Romantic #FAC49E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.45%

 BLUE value IS 158 (62.11% from 255) = 26.16%

R = 41.39%
G = 32.45%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAC49E (or 0xFAC49E) is known color: Romantic. HEX triplet: FA, C4 and 9E. RGB value is (250,196,158). Sum of RGB (Red+Green+Blue) = 250+196+158=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC49E is #053B61. Grayscale: #D0D0D0. Windows color (decimal): -342882 or 10405114. OLE color: 10405114.

HSL color Cylindrical-coordinate representation of color #FAC49E: hue angle of 24.78º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAC49E is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 158 -
CMYK 0 0.22 0.37 0.02
HSL 24.78º 0.9% 0.8% -
HSV(B) 24.78º 0.37% 0.98% -
XYZ 65.34 62.27 40.92 -
YUV 207.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 250 196 158 0 0.22 0.37 0.02 24.78 0.9 0.8
Hex FA C4 9E 0 16 25 2 19 5A 50
Octal 372 304 236 0 26 45 2 31 132 120
Binary 11111010 11000100 10011110 0 10110 100101 10 11001 1011010 1010000

Color Harmonies of #FAC49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC49E

Black with #FAC49E

Text Example


Text Example

White with #FAC49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC49E; }

 p { color: rgb(250,196,158); }

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

background-color css

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

 a { background-color: rgb(250,196,158); }

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

border-color css

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

 span { border-color: rgb(250,196,158); }

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