Html Css Color HEX #FAC193 Romantic

📋 copy color: '#FAC193'

red 250 ◦ green 193 ◦ blue 147

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

Shades of Romantic #FAC193

Tints of Romantic #FAC193

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.71%

 BLUE value IS 147 (57.81% from 255) = 24.92%

R = 42.37%
G = 32.71%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAC193 (or 0xFAC193) is known color: Romantic. HEX triplet: FA, C1 and 93. RGB value is (250,193,147). Sum of RGB (Red+Green+Blue) = 250+193+147=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC193 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC193 is #053E6C. Grayscale: #CDCDCD. Windows color (decimal): -343661 or 9683450. OLE color: 9683450.

HSL color Cylindrical-coordinate representation of color #FAC193: hue angle of 26.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAC193 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 193 147 -
CMYK 0 0.23 0.41 0.02
HSL 26.8º 0.91% 0.78% -
HSV(B) 26.8º 0.41% 0.98% -
XYZ 63.76 60.57 35.93 -
YUV 204.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 250 193 147 0 0.23 0.41 0.02 26.8 0.91 0.78
Hex FA C1 93 0 17 29 2 1B 5B 4E
Octal 372 301 223 0 27 51 2 33 133 116
Binary 11111010 11000001 10010011 0 10111 101001 10 11011 1011011 1001110

Color Harmonies of #FAC193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC193

Black with #FAC193

Text Example


Text Example

White with #FAC193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC193; }

 p { color: rgb(250,193,147); }

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

background-color css

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

 a { background-color: rgb(250,193,147); }

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

border-color css

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

 span { border-color: rgb(250,193,147); }

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