Html Css Color HEX #FAEAC7 Gin Fizz

📋 copy color: '#FAEAC7'

red 250 ◦ green 234 ◦ blue 199

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

Shades of Gin Fizz #FAEAC7

Tints of Gin Fizz #FAEAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 29.14%

R = 36.6%
G = 34.26%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FAEAC7 (or 0xFAEAC7) is known color: Gin Fizz. HEX triplet: FA, EA and C7. RGB value is (250,234,199). Sum of RGB (Red+Green+Blue) = 250+234+199=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 199 (78.12% from 255 or 29.14% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAC7 is #051538. Grayscale: #EAEAEA. Windows color (decimal): -333113 or 13101818. OLE color: 13101818.

HSL color Cylindrical-coordinate representation of color #FAEAC7: hue angle of 41.18º degrees, saturation: 0.84, 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 #FAEAC7 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 234 199 -
CMYK 0 0.06 0.20 0.02
HSL 41.18º 0.84% 0.88% -
HSV(B) 41.18º 0.2% 0.98% -
XYZ 79.16 83.29 65.94 -
YUV 234.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 250 234 199 0 0.06 0.20 0.02 41.18 0.84 0.88
Hex FA EA C7 0 6 14 2 29 54 58
Octal 372 352 307 0 6 24 2 51 124 130
Binary 11111010 11101010 11000111 0 110 10100 10 101001 1010100 1011000

Color Harmonies of #FAEAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAC7

Black with #FAEAC7

Text Example


Text Example

White with #FAEAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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