Html Css Color HEX #FAEBC9 Gin Fizz

📋 copy color: '#FAEBC9'

red 250 ◦ green 235 ◦ blue 201

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

Shades of Gin Fizz #FAEBC9

Tints of Gin Fizz #FAEBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.26%

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

R = 36.44%
G = 34.26%
B = 29.3%

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

#FAEBC9 (or 0xFAEBC9) is known color: Gin Fizz. HEX triplet: FA, EB and C9. RGB value is (250,235,201). Sum of RGB (Red+Green+Blue) = 250+235+201=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 201 (78.91% from 255 or 29.30% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBC9 is #051436. Grayscale: #EBEBEB. Windows color (decimal): -332855 or 13233146. OLE color: 13233146.

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

Color convert

RGB 250 235 201 -
CMYK 0 0.06 0.20 0.02
HSL 41.63º 0.83% 0.88% -
HSV(B) 41.63º 0.2% 0.98% -
XYZ 79.68 83.96 67.26 -
YUV 235.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 250 235 201 0 0.06 0.20 0.02 41.63 0.83 0.88
Hex FA EB C9 0 6 14 2 2A 53 58
Octal 372 353 311 0 6 24 2 52 123 130
Binary 11111010 11101011 11001001 0 110 10100 10 101010 1010011 1011000

Color Harmonies of #FAEBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBC9

Black with #FAEBC9

Text Example


Text Example

White with #FAEBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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