#FCEBCB

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

Shades of Gin Fizz #FCEBCB

Tints of Gin Fizz #FCEBCB

Color information

#FCEBCB (or 0xFCEBCB) is unknown color: approx Gin Fizz. HEX triplet: FC, EB and CB. RGB value is (252,235,203). Sum of RGB (Red+Green+Blue) = 252+235+203=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBCB is #031434. Grayscale: #ECECEC. Windows color (decimal): -201781 or 13364220. OLE color: 13364220.

HSL color Cylindrical-coordinate representation of color #FCEBCB: hue angle of 39.18º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCEBCB is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252235203-
CMYK00.070.190.01
HSL39.18º89.09%89.22%-
HSV(B)39.18º19.44%98.82%-
XYZ80.6384.4268.55-
YUV236.44109.13139.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 203 (79.69% from 255) = 29.42%
R=36.52%
G=34.06%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223520300.070.190.0139.1889.0989.22
HexFCEBCB07131275959
Octal3743533130723147131131
Binary111111001110101111001011011110011110011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBCB; }

 p { color: rgb(252,235,203); }

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

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

 a { background-color: rgb(252,235,203); }

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

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

 span { border-color: rgb(252,235,203); }

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