Html Css Color HEX #FAEAC8 Gin Fizz

📋 copy color: '#FAEAC8'

red 250 ◦ green 234 ◦ blue 200

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

Shades of Gin Fizz #FAEAC8

Tints of Gin Fizz #FAEAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 29.24%

R = 36.55%
G = 34.21%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#FAEAC8 (or 0xFAEAC8) is known color: Gin Fizz. HEX triplet: FA, EA and C8. RGB value is (250,234,200). Sum of RGB (Red+Green+Blue) = 250+234+200=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 200 (78.52% from 255 or 29.24% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAC8 is #051537. Grayscale: #EBEBEB. Windows color (decimal): -333112 or 13167354. OLE color: 13167354.

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

Color convert

RGB 250 234 200 -
CMYK 0 0.06 0.2 0.02
HSL 40.8º 0.83% 0.88% -
HSV(B) 40.8º 0.2% 0.98% -
XYZ 79.27 83.34 66.55 -
YUV 234.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 250 234 200 0 0.06 0.2 0.02 40.8 0.83 0.88
Hex FA EA C8 0 6 14 2 29 53 58
Octal 372 352 310 0 6 24 2 51 123 130
Binary 11111010 11101010 11001000 0 110 10100 10 101001 1010011 1011000

Color Harmonies of #FAEAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAC8

Black with #FAEAC8

Text Example


Text Example

White with #FAEAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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