Html Css Color HEX #FAC0A0 Romantic

📋 copy color: '#FAC0A0'

red 250 ◦ green 192 ◦ blue 160

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

Shades of Romantic #FAC0A0

Tints of Romantic #FAC0A0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.89%

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

R = 41.53%
G = 31.89%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAC0A0 (or 0xFAC0A0) is known color: Romantic. HEX triplet: FA, C0 and A0. RGB value is (250,192,160). Sum of RGB (Red+Green+Blue) = 250+192+160=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC0A0 is #053F5F. Grayscale: #CDCDCD. Windows color (decimal): -343904 or 10535162. OLE color: 10535162.

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

Color convert

RGB 250 192 160 -
CMYK 0 0.23 0.36 0.02
HSL 21.33º 0.9% 0.8% -
HSV(B) 21.33º 0.36% 0.98% -
XYZ 64.62 60.56 41.54 -
YUV 205.69 102.22 159.6 -
System Red Green Blue C M Y K H S L
Decimal 250 192 160 0 0.23 0.36 0.02 21.33 0.9 0.8
Hex FA C0 A0 0 17 24 2 15 5A 50
Octal 372 300 240 0 27 44 2 25 132 120
Binary 11111010 11000000 10100000 0 10111 100100 10 10101 1011010 1010000

Color Harmonies of #FAC0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0A0

Black with #FAC0A0

Text Example


Text Example

White with #FAC0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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