Html Css Color HEX #FAC198 Romantic

📋 copy color: '#FAC198'

red 250 ◦ green 193 ◦ blue 152

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

Shades of Romantic #FAC198

Tints of Romantic #FAC198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.55%

R = 42.02%
G = 32.44%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAC198 (or 0xFAC198) is known color: Romantic. HEX triplet: FA, C1 and 98. RGB value is (250,193,152). Sum of RGB (Red+Green+Blue) = 250+193+152=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC198 is #053E67. Grayscale: #CDCDCD. Windows color (decimal): -343656 or 10011130. OLE color: 10011130.

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

Color convert

RGB 250 193 152 -
CMYK 0 0.23 0.39 0.02
HSL 25.1º 0.91% 0.79% -
HSV(B) 25.1º 0.39% 0.98% -
XYZ 64.16 60.73 38.05 -
YUV 205.37 97.88 159.83 -
System Red Green Blue C M Y K H S L
Decimal 250 193 152 0 0.23 0.39 0.02 25.1 0.91 0.79
Hex FA C1 98 0 17 27 2 19 5B 4F
Octal 372 301 230 0 27 47 2 31 133 117
Binary 11111010 11000001 10011000 0 10111 100111 10 11001 1011011 1001111

Color Harmonies of #FAC198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC198

Black with #FAC198

Text Example


Text Example

White with #FAC198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC198; }

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

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

background-color css

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

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

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

border-color css

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

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

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