#FAEBCC

Color #FAEBCC Gin Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gin Fizz #FAEBCC

Tints of Gin Fizz #FAEBCC

Color information

#FAEBCC (or 0xFAEBCC) is unknown color: approx 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

RGB250235204-
CMYK00.060.180.02
HSL40.43º82.14%89.02%-
HSV(B)40.43º18.4%98.04%-
XYZ80.0384.169.14-
YUV235.95109.97138.02-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023520400.060.180.0240.4382.1489.02
HexFAEBCC06122285259
Octal3723533140622250122131
Binary1111101011101011110011000110100101010100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>