Html Css Color HEX #FAEBCC Gin Fizz

📋 copy color: '#FAEBCC'

red 250 ◦ green 235 ◦ blue 204

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

Shades of Gin Fizz #FAEBCC

Tints of Gin Fizz #FAEBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 29.61%

R = 36.28%
G = 34.11%
B = 29.61%

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

#FAEBCC (or 0xFAEBCC) is known color: Gin Fizz. HEX triplet: FA, EB and CC. RGB value is (250,235,204). Sum of RGB (Red+Green+Blue) = 250+235+204=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBCC is #051433. Grayscale: #ECECEC. Windows color (decimal): -332852 or 13429754. OLE color: 13429754.

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

Color convert

RGB 250 235 204 -
CMYK 0 0.06 0.18 0.02
HSL 40.43º 0.82% 0.89% -
HSV(B) 40.43º 0.18% 0.98% -
XYZ 80.03 84.1 69.14 -
YUV 235.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 250 235 204 0 0.06 0.18 0.02 40.43 0.82 0.89
Hex FA EB CC 0 6 12 2 28 52 59
Octal 372 353 314 0 6 22 2 50 122 131
Binary 11111010 11101011 11001100 0 110 10010 10 101000 1010010 1011001

Color Harmonies of #FAEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEBCC

Black with #FAEBCC

Text Example


Text Example

White with #FAEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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