Html Css Color HEX #FAEAC6 Gin Fizz

📋 copy color: '#FAEAC6'

red 250 ◦ green 234 ◦ blue 198

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

Shades of Gin Fizz #FAEAC6

Tints of Gin Fizz #FAEAC6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.31%

 BLUE value IS 198 (77.73% from 255) = 29.03%

R = 36.66%
G = 34.31%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FAEAC6 (or 0xFAEAC6) is known color: Gin Fizz. HEX triplet: FA, EA and C6. RGB value is (250,234,198). Sum of RGB (Red+Green+Blue) = 250+234+198=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 198 (77.73% from 255 or 29.03% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAC6 is #051539. Grayscale: #EAEAEA. Windows color (decimal): -333114 or 13036282. OLE color: 13036282.

HSL color Cylindrical-coordinate representation of color #FAEAC6: hue angle of 41.54º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAEAC6 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 234 198 -
CMYK 0 0.06 0.21 0.02
HSL 41.54º 0.84% 0.88% -
HSV(B) 41.54º 0.21% 0.98% -
XYZ 79.04 83.25 65.33 -
YUV 234.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 250 234 198 0 0.06 0.21 0.02 41.54 0.84 0.88
Hex FA EA C6 0 6 15 2 2A 54 58
Octal 372 352 306 0 6 25 2 52 124 130
Binary 11111010 11101010 11000110 0 110 10101 10 101010 1010100 1011000

Color Harmonies of #FAEAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAC6

Black with #FAEAC6

Text Example


Text Example

White with #FAEAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAC6; }

 p { color: rgb(250,234,198); }

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

background-color css

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

 a { background-color: rgb(250,234,198); }

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

border-color css

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

 span { border-color: rgb(250,234,198); }

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