Html Css Color HEX #FAC0A3 Romantic

📋 copy color: '#FAC0A3'

red 250 ◦ green 192 ◦ blue 163

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

Shades of Romantic #FAC0A3

Tints of Romantic #FAC0A3

RGB

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

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

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

R = 41.32%
G = 31.74%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FAC0A3 (or 0xFAC0A3) is known color: Romantic. HEX triplet: FA, C0 and A3. RGB value is (250,192,163). Sum of RGB (Red+Green+Blue) = 250+192+163=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 163 (64.06% from 255 or 26.94% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC0A3 is #053F5C. Grayscale: #CECECE. Windows color (decimal): -343901 or 10731770. OLE color: 10731770.

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

Color convert

RGB 250 192 163 -
CMYK 0 0.23 0.35 0.02
HSL 20º 0.9% 0.81% -
HSV(B) 20º 0.35% 0.98% -
XYZ 64.88 60.67 42.94 -
YUV 206.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 250 192 163 0 0.23 0.35 0.02 20 0.9 0.81
Hex FA C0 A3 0 17 23 2 14 5A 51
Octal 372 300 243 0 27 43 2 24 132 121
Binary 11111010 11000000 10100011 0 10111 100011 10 10100 1011010 1010001

Color Harmonies of #FAC0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0A3

Black with #FAC0A3

Text Example


Text Example

White with #FAC0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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