Html Css Color HEX #FAEBCD Gin Fizz

📋 copy color: '#FAEBCD'

red 250 ◦ green 235 ◦ blue 205

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

Shades of Gin Fizz #FAEBCD

Tints of Gin Fizz #FAEBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 29.71%

R = 36.23%
G = 34.06%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAEBCD (or 0xFAEBCD) is known color: Gin Fizz. HEX triplet: FA, EB and CD. RGB value is (250,235,205). Sum of RGB (Red+Green+Blue) = 250+235+205=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 205 (80.47% from 255 or 29.71% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBCD is #051432. Grayscale: #ECECEC. Windows color (decimal): -332851 or 13495290. OLE color: 13495290.

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

Color convert

RGB 250 235 205 -
CMYK 0 0.06 0.18 0.02
HSL 40º 0.82% 0.89% -
HSV(B) 40º 0.18% 0.98% -
XYZ 80.15 84.15 69.78 -
YUV 236.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 250 235 205 0 0.06 0.18 0.02 40 0.82 0.89
Hex FA EB CD 0 6 12 2 28 52 59
Octal 372 353 315 0 6 22 2 50 122 131
Binary 11111010 11101011 11001101 0 110 10010 10 101000 1010010 1011001

Color Harmonies of #FAEBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBCD

Black with #FAEBCD

Text Example


Text Example

White with #FAEBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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