Html Css Color HEX #FAC4A1 Romantic

📋 copy color: '#FAC4A1'

red 250 ◦ green 196 ◦ blue 161

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

Shades of Romantic #FAC4A1

Tints of Romantic #FAC4A1

RGB

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

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

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

R = 41.19%
G = 32.29%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAC4A1 (or 0xFAC4A1) is known color: Romantic. HEX triplet: FA, C4 and A1. RGB value is (250,196,161). Sum of RGB (Red+Green+Blue) = 250+196+161=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC4A1 is #053B5E. Grayscale: #D0D0D0. Windows color (decimal): -342879 or 10601722. OLE color: 10601722.

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

Color convert

RGB 250 196 161 -
CMYK 0 0.22 0.36 0.02
HSL 23.6º 0.9% 0.81% -
HSV(B) 23.6º 0.36% 0.98% -
XYZ 65.6 62.38 42.3 -
YUV 208.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 250 196 161 0 0.22 0.36 0.02 23.6 0.9 0.81
Hex FA C4 A1 0 16 24 2 18 5A 51
Octal 372 304 241 0 26 44 2 30 132 121
Binary 11111010 11000100 10100001 0 10110 100100 10 11000 1011010 1010001

Color Harmonies of #FAC4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC4A1

Black with #FAC4A1

Text Example


Text Example

White with #FAC4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC4A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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