Html Css Color HEX #FAEAC9 Gin Fizz

📋 copy color: '#FAEAC9'

red 250 ◦ green 234 ◦ blue 201

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

Shades of Gin Fizz #FAEAC9

Tints of Gin Fizz #FAEAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 29.34%

R = 36.5%
G = 34.16%
B = 29.34%

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

#FAEAC9 (or 0xFAEAC9) is known color: Gin Fizz. HEX triplet: FA, EA and C9. RGB value is (250,234,201). Sum of RGB (Red+Green+Blue) = 250+234+201=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 201 (78.91% from 255 or 29.34% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEAC9 is #051536. Grayscale: #EBEBEB. Windows color (decimal): -333111 or 13232890. OLE color: 13232890.

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

Color convert

RGB 250 234 201 -
CMYK 0 0.06 0.20 0.02
HSL 40.41º 0.83% 0.88% -
HSV(B) 40.41º 0.2% 0.98% -
XYZ 79.39 83.39 67.17 -
YUV 235.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 250 234 201 0 0.06 0.20 0.02 40.41 0.83 0.88
Hex FA EA C9 0 6 14 2 28 53 58
Octal 372 352 311 0 6 24 2 50 123 130
Binary 11111010 11101010 11001001 0 110 10100 10 101000 1010011 1011000

Color Harmonies of #FAEAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEAC9

Black with #FAEAC9

Text Example


Text Example

White with #FAEAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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