Html Css Color HEX #FAC5A2 Romantic

📋 copy color: '#FAC5A2'

red 250 ◦ green 197 ◦ blue 162

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

Shades of Romantic #FAC5A2

Tints of Romantic #FAC5A2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.35%

 BLUE value IS 162 (63.67% from 255) = 26.6%

R = 41.05%
G = 32.35%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FAC5A2 (or 0xFAC5A2) is known color: Romantic. HEX triplet: FA, C5 and A2. RGB value is (250,197,162). Sum of RGB (Red+Green+Blue) = 250+197+162=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 162 (63.67% from 255 or 26.60% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC5A2 is #053A5D. Grayscale: #D1D1D1. Windows color (decimal): -342622 or 10667514. OLE color: 10667514.

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

Color convert

RGB 250 197 162 -
CMYK 0 0.21 0.35 0.02
HSL 23.86º 0.9% 0.81% -
HSV(B) 23.86º 0.35% 0.98% -
XYZ 65.91 62.87 42.84 -
YUV 208.86 101.56 157.35 -
System Red Green Blue C M Y K H S L
Decimal 250 197 162 0 0.21 0.35 0.02 23.86 0.9 0.81
Hex FA C5 A2 0 15 23 2 18 5A 51
Octal 372 305 242 0 25 43 2 30 132 121
Binary 11111010 11000101 10100010 0 10101 100011 10 11000 1011010 1010001

Color Harmonies of #FAC5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC5A2

Black with #FAC5A2

Text Example


Text Example

White with #FAC5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC5A2; }

 p { color: rgb(250,197,162); }

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

background-color css

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

 a { background-color: rgb(250,197,162); }

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

border-color css

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

 span { border-color: rgb(250,197,162); }

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