#FBEDCD

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

Shades of Gin Fizz #FBEDCD

Tints of Gin Fizz #FBEDCD

Color information

#FBEDCD (or 0xFBEDCD) is unknown color: approx Gin Fizz. HEX triplet: FB, ED and CD. RGB value is (251,237,205). Sum of RGB (Red+Green+Blue) = 251+237+205=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 205 (80.47% from 255 or 29.58% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDCD is #041232. Grayscale: #EDEDED. Windows color (decimal): -266803 or 13495803. OLE color: 13495803.

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

Color convert

RGB251237205-
CMYK00.060.180.02
HSL41.74º85.19%89.41%-
HSV(B)41.74º18.33%98.43%-
XYZ81.0985.4969.98-
YUV237.54109.64137.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.22%
GREEN value IS 237 (92.97% from 255) = 34.20%
BLUE value IS 205 (80.47% from 255) = 29.58%
R=36.22%
G=34.20%
B=29.58%

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
Decimal25123720500.060.180.0241.7485.1989.41
HexFBEDCD061222a5559
Octal3733553150622252125131
Binary1111101111101101110011010110100101010101010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDCD; }

 p { color: rgb(251,237,205); }

 H1.HeaderClassName
 {
   color: #FBEDCD;
 }
 .AnyTagClassName
 {
   color: #FBEDCD;
 }
</style>
background-color css

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

 a { background-color: rgb(251,237,205); }

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

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

 span { border-color: rgb(251,237,205); }

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