#FBEFCC

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

Shades of Gin Fizz #FBEFCC

Tints of Gin Fizz #FBEFCC

Color information

#FBEFCC (or 0xFBEFCC) is unknown color: approx Gin Fizz. HEX triplet: FB, EF and CC. RGB value is (251,239,204). Sum of RGB (Red+Green+Blue) = 251+239+204=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 204 (80.08% from 255 or 29.39% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFCC is #041033. Grayscale: #EEEEEE. Windows color (decimal): -266292 or 13430779. OLE color: 13430779.

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

Color convert

RGB251239204-
CMYK00.050.190.02
HSL44.68º85.45%89.22%-
HSV(B)44.68º18.73%98.43%-
XYZ81.5586.669.54-
YUV238.6108.48136.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 239 (93.75% from 255) = 34.44%
BLUE value IS 204 (80.08% from 255) = 29.39%
R=36.17%
G=34.44%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123920400.050.190.0244.6885.4589.22
HexFBEFCC051322d5559
Octal3733573140523255125131
Binary1111101111101111110011000101100111010110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFCC; }

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

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

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

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

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

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

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

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