Html Css Color HEX #FAC3A6 Romantic

📋 copy color: '#FAC3A6'

red 250 ◦ green 195 ◦ blue 166

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

Shades of Romantic #FAC3A6

Tints of Romantic #FAC3A6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.91%

 BLUE value IS 166 (65.23% from 255) = 27.17%

R = 40.92%
G = 31.91%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAC3A6 (or 0xFAC3A6) is known color: Romantic. HEX triplet: FA, C3 and A6. RGB value is (250,195,166). Sum of RGB (Red+Green+Blue) = 250+195+166=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3A6 is #053C59. Grayscale: #D0D0D0. Windows color (decimal): -343130 or 10929146. OLE color: 10929146.

HSL color Cylindrical-coordinate representation of color #FAC3A6: hue angle of 20.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAC3A6 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 195 166 -
CMYK 0 0.22 0.34 0.02
HSL 20.71º 0.89% 0.82% -
HSV(B) 20.71º 0.34% 0.98% -
XYZ 65.82 62.11 44.6 -
YUV 208.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 250 195 166 0 0.22 0.34 0.02 20.71 0.89 0.82
Hex FA C3 A6 0 16 22 2 15 59 52
Octal 372 303 246 0 26 42 2 25 131 122
Binary 11111010 11000011 10100110 0 10110 100010 10 10101 1011001 1010010

Color Harmonies of #FAC3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC3A6

Black with #FAC3A6

Text Example


Text Example

White with #FAC3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC3A6; }

 p { color: rgb(250,195,166); }

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

background-color css

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

 a { background-color: rgb(250,195,166); }

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

border-color css

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

 span { border-color: rgb(250,195,166); }

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