#FBECCD

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

Shades of Gin Fizz #FBECCD

Tints of Gin Fizz #FBECCD

Color information

#FBECCD (or 0xFBECCD) is unknown color: approx Gin Fizz. HEX triplet: FB, EC and CD. RGB value is (251,236,205). Sum of RGB (Red+Green+Blue) = 251+236+205=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 205 (80.47% from 255 or 29.62% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECCD is #041332. Grayscale: #EDEDED. Windows color (decimal): -267059 or 13495547. OLE color: 13495547.

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

Color convert

RGB251236205-
CMYK00.060.180.02
HSL40.43º85.19%89.41%-
HSV(B)40.43º18.33%98.43%-
XYZ80.884.9169.89-
YUV236.95109.97138.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 236 (92.58% from 255) = 34.10%
BLUE value IS 205 (80.47% from 255) = 29.62%
R=36.27%
G=34.10%
B=29.62%

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
Decimal25123620500.060.180.0240.4385.1989.41
HexFBECCD06122285559
Octal3733543150622250125131
Binary1111101111101100110011010110100101010100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECCD; }

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

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

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

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

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

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

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

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