Html Css Color HEX #FAC49C Romantic

📋 copy color: '#FAC49C'

red 250 ◦ green 196 ◦ blue 156

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

Shades of Romantic #FAC49C

Tints of Romantic #FAC49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.91%

R = 41.53%
G = 32.56%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAC49C (or 0xFAC49C) is known color: Romantic. HEX triplet: FA, C4 and 9C. RGB value is (250,196,156). Sum of RGB (Red+Green+Blue) = 250+196+156=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC49C is #053B63. Grayscale: #CFCFCF. Windows color (decimal): -342884 or 10274042. OLE color: 10274042.

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

Color convert

RGB 250 196 156 -
CMYK 0 0.22 0.38 0.02
HSL 25.53º 0.9% 0.8% -
HSV(B) 25.53º 0.38% 0.98% -
XYZ 65.17 62.2 40.02 -
YUV 207.59 98.89 158.25 -
System Red Green Blue C M Y K H S L
Decimal 250 196 156 0 0.22 0.38 0.02 25.53 0.9 0.8
Hex FA C4 9C 0 16 26 2 1A 5A 50
Octal 372 304 234 0 26 46 2 32 132 120
Binary 11111010 11000100 10011100 0 10110 100110 10 11010 1011010 1010000

Color Harmonies of #FAC49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC49C

Black with #FAC49C

Text Example


Text Example

White with #FAC49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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