Html Css Color HEX #FAEBC8 Gin Fizz

📋 copy color: '#FAEBC8'

red 250 ◦ green 235 ◦ blue 200

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

Shades of Gin Fizz #FAEBC8

Tints of Gin Fizz #FAEBC8

RGB

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

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

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

R = 36.5%
G = 34.31%
B = 29.2%

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

#FAEBC8 (or 0xFAEBC8) is known color: Gin Fizz. HEX triplet: FA, EB and C8. RGB value is (250,235,200). Sum of RGB (Red+Green+Blue) = 250+235+200=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 200 (78.52% from 255 or 29.20% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBC8 is #051437. Grayscale: #EBEBEB. Windows color (decimal): -332856 or 13167610. OLE color: 13167610.

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

Color convert

RGB 250 235 200 -
CMYK 0 0.06 0.2 0.02
HSL 42º 0.83% 0.88% -
HSV(B) 42º 0.2% 0.98% -
XYZ 79.56 83.91 66.65 -
YUV 235.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 250 235 200 0 0.06 0.2 0.02 42 0.83 0.88
Hex FA EB C8 0 6 14 2 2A 53 58
Octal 372 353 310 0 6 24 2 52 123 130
Binary 11111010 11101011 11001000 0 110 10100 10 101010 1010011 1011000

Color Harmonies of #FAEBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBC8

Black with #FAEBC8

Text Example


Text Example

White with #FAEBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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