Html Css Color HEX #FAC294 Romantic

📋 copy color: '#FAC294'

red 250 ◦ green 194 ◦ blue 148

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

Shades of Romantic #FAC294

Tints of Romantic #FAC294

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.77%

 BLUE value IS 148 (58.2% from 255) = 25%

R = 42.23%
G = 32.77%
B = 25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAC294 (or 0xFAC294) is known color: Romantic. HEX triplet: FA, C2 and 94. RGB value is (250,194,148). Sum of RGB (Red+Green+Blue) = 250+194+148=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC294 is #053D6B. Grayscale: #CDCDCD. Windows color (decimal): -343404 or 9749242. OLE color: 9749242.

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

Color convert

RGB 250 194 148 -
CMYK 0 0.22 0.41 0.02
HSL 27.06º 0.91% 0.78% -
HSV(B) 27.06º 0.41% 0.98% -
XYZ 64.06 61.05 36.42 -
YUV 205.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 250 194 148 0 0.22 0.41 0.02 27.06 0.91 0.78
Hex FA C2 94 0 16 29 2 1B 5B 4E
Octal 372 302 224 0 26 51 2 33 133 116
Binary 11111010 11000010 10010100 0 10110 101001 10 11011 1011011 1001110

Color Harmonies of #FAC294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC294

Black with #FAC294

Text Example


Text Example

White with #FAC294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC294; }

 p { color: rgb(250,194,148); }

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

background-color css

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

 a { background-color: rgb(250,194,148); }

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

border-color css

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

 span { border-color: rgb(250,194,148); }

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