#FBEFCD

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

Shades of Gin Fizz #FBEFCD

Tints of Gin Fizz #FBEFCD

Color information

#FBEFCD (or 0xFBEFCD) is unknown color: approx Gin Fizz. HEX triplet: FB, EF and CD. RGB value is (251,239,205). Sum of RGB (Red+Green+Blue) = 251+239+205=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 205 (80.47% from 255 or 29.50% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFCD is #041032. Grayscale: #EEEEEE. Windows color (decimal): -266291 or 13496315. OLE color: 13496315.

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

Color convert

RGB251239205-
CMYK00.050.180.02
HSL44.35º85.19%89.41%-
HSV(B)44.35º18.33%98.43%-
XYZ81.6786.6570.18-
YUV238.71108.98136.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.12%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 205 (80.47% from 255) = 29.50%
R=36.12%
G=34.39%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123920500.050.180.0244.3585.1989.41
HexFBEFCD051222c5559
Octal3733573150522254125131
Binary1111101111101111110011010101100101010110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFCD; }

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

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

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

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

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

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

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

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