#FBEDCA

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

Shades of Gin Fizz #FBEDCA

Tints of Gin Fizz #FBEDCA

Color information

#FBEDCA (or 0xFBEDCA) is unknown color: approx Gin Fizz. HEX triplet: FB, ED and CA. RGB value is (251,237,202). Sum of RGB (Red+Green+Blue) = 251+237+202=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 202 (79.30% from 255 or 29.28% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEDCA is #041235. Grayscale: #EDEDED. Windows color (decimal): -266806 or 13299195. OLE color: 13299195.

HSL color Cylindrical-coordinate representation of color #FBEDCA: hue angle of 42.86º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBEDCA is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251237202-
CMYK00.060.200.02
HSL42.86º85.96%88.82%-
HSV(B)42.86º19.52%98.43%-
XYZ80.7385.3468.09-
YUV237.2108.14137.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 237 (92.97% from 255) = 34.35%
BLUE value IS 202 (79.30% from 255) = 29.28%
R=36.38%
G=34.35%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123720200.060.200.0242.8685.9688.82
HexFBEDCA061422b5659
Octal3733553120624253126131
Binary1111101111101101110010100110101001010101110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEDCA; }

 p { color: rgb(251,237,202); }

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

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

 a { background-color: rgb(251,237,202); }

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

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

 span { border-color: rgb(251,237,202); }

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