Html Css Color HEX #FAC6A0 Romantic

📋 copy color: '#FAC6A0'

red 250 ◦ green 198 ◦ blue 160

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

Shades of Romantic #FAC6A0

Tints of Romantic #FAC6A0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.57%

 BLUE value IS 160 (62.89% from 255) = 26.32%

R = 41.12%
G = 32.57%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAC6A0 (or 0xFAC6A0) is known color: Romantic. HEX triplet: FA, C6 and A0. RGB value is (250,198,160). Sum of RGB (Red+Green+Blue) = 250+198+160=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 160 (62.89% from 255 or 26.32% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6A0 is #05395F. Grayscale: #D1D1D1. Windows color (decimal): -342368 or 10536698. OLE color: 10536698.

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

Color convert

RGB 250 198 160 -
CMYK 0 0.21 0.36 0.02
HSL 25.33º 0.9% 0.8% -
HSV(B) 25.33º 0.36% 0.98% -
XYZ 65.96 63.25 41.99 -
YUV 209.22 100.23 157.09 -
System Red Green Blue C M Y K H S L
Decimal 250 198 160 0 0.21 0.36 0.02 25.33 0.9 0.8
Hex FA C6 A0 0 15 24 2 19 5A 50
Octal 372 306 240 0 25 44 2 31 132 120
Binary 11111010 11000110 10100000 0 10101 100100 10 11001 1011010 1010000

Color Harmonies of #FAC6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6A0

Black with #FAC6A0

Text Example


Text Example

White with #FAC6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6A0; }

 p { color: rgb(250,198,160); }

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

background-color css

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

 a { background-color: rgb(250,198,160); }

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

border-color css

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

 span { border-color: rgb(250,198,160); }

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