Html Css Color HEX #FAC7A1 Romantic

📋 copy color: '#FAC7A1'

red 250 ◦ green 199 ◦ blue 161

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

Shades of Romantic #FAC7A1

Tints of Romantic #FAC7A1

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.62%

 BLUE value IS 161 (63.28% from 255) = 26.39%

R = 40.98%
G = 32.62%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAC7A1 (or 0xFAC7A1) is known color: Romantic. HEX triplet: FA, C7 and A1. RGB value is (250,199,161). Sum of RGB (Red+Green+Blue) = 250+199+161=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 161 (63.28% from 255 or 26.39% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC7A1 is #05385E. Grayscale: #D2D2D2. Windows color (decimal): -342111 or 10602490. OLE color: 10602490.

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

Color convert

RGB 250 199 161 -
CMYK 0 0.20 0.36 0.02
HSL 25.62º 0.9% 0.81% -
HSV(B) 25.62º 0.36% 0.98% -
XYZ 66.28 63.74 42.53 -
YUV 209.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 250 199 161 0 0.20 0.36 0.02 25.62 0.9 0.81
Hex FA C7 A1 0 14 24 2 1A 5A 51
Octal 372 307 241 0 24 44 2 32 132 121
Binary 11111010 11000111 10100001 0 10100 100100 10 11010 1011010 1010001

Color Harmonies of #FAC7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC7A1

Black with #FAC7A1

Text Example


Text Example

White with #FAC7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC7A1; }

 p { color: rgb(250,199,161); }

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

background-color css

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

 a { background-color: rgb(250,199,161); }

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

border-color css

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

 span { border-color: rgb(250,199,161); }

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