#FBECCB

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

Shades of Gin Fizz #FBECCB

Tints of Gin Fizz #FBECCB

Color information

#FBECCB (or 0xFBECCB) is unknown color: approx Gin Fizz. HEX triplet: FB, EC and CB. RGB value is (251,236,203). Sum of RGB (Red+Green+Blue) = 251+236+203=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECCB is #041334. Grayscale: #ECECEC. Windows color (decimal): -267061 or 13364475. OLE color: 13364475.

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

Color convert

RGB251236203-
CMYK00.060.190.02
HSL41.25º85.71%89.02%-
HSV(B)41.25º19.12%98.43%-
XYZ80.5684.8168.62-
YUV236.72108.97138.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 236 (92.58% from 255) = 34.20%
BLUE value IS 203 (79.69% from 255) = 29.42%
R=36.38%
G=34.20%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123620300.060.190.0241.2585.7189.02
HexFBECCB06132295659
Octal3733543130623251126131
Binary1111101111101100110010110110100111010100110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBECCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBECCB; }

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

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

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

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

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

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

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

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