Html Css Color HEX #FAC6A3 Romantic

📋 copy color: '#FAC6A3'

red 250 ◦ green 198 ◦ blue 163

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

Shades of Romantic #FAC6A3

Tints of Romantic #FAC6A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 26.68%

R = 40.92%
G = 32.41%
B = 26.68%

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

#FAC6A3 (or 0xFAC6A3) is known color: Romantic. HEX triplet: FA, C6 and A3. RGB value is (250,198,163). Sum of RGB (Red+Green+Blue) = 250+198+163=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 163 (64.06% from 255 or 26.68% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC6A3 is #05395C. Grayscale: #D1D1D1. Windows color (decimal): -342365 or 10733306. OLE color: 10733306.

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

Color convert

RGB 250 198 163 -
CMYK 0 0.21 0.35 0.02
HSL 24.14º 0.9% 0.81% -
HSV(B) 24.14º 0.35% 0.98% -
XYZ 66.23 63.36 43.39 -
YUV 209.56 101.73 156.85 -
System Red Green Blue C M Y K H S L
Decimal 250 198 163 0 0.21 0.35 0.02 24.14 0.9 0.81
Hex FA C6 A3 0 15 23 2 18 5A 51
Octal 372 306 243 0 25 43 2 30 132 121
Binary 11111010 11000110 10100011 0 10101 100011 10 11000 1011010 1010001

Color Harmonies of #FAC6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC6A3

Black with #FAC6A3

Text Example


Text Example

White with #FAC6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC6A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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