#FADEBE

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

Shades of Sazerac #FADEBE

Tints of Sazerac #FADEBE

Color information

#FADEBE (or 0xFADEBE) is unknown color: approx Sazerac. HEX triplet: FA, DE and BE. RGB value is (250,222,190). Sum of RGB (Red+Green+Blue) = 250+222+190=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEBE is #052141. Grayscale: #E2E2E2. Windows color (decimal): -336194 or 12508922. OLE color: 12508922.

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

Color convert

RGB250222190-
CMYK00.110.240.02
HSL32º85.71%86.27%-
HSV(B)32º24%98.04%-
XYZ74.8476.2859.5-
YUV226.72107.28144.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 222 (87.11% from 255) = 33.53%
BLUE value IS 190 (74.61% from 255) = 28.70%
R=37.76%
G=33.53%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022219000.110.240.023285.7186.27
HexFADEBE0B182205656
Octal37233627601330240126126
Binary11111010110111101011111001011110001010000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEBE; }

 p { color: rgb(250,222,190); }

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

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

 a { background-color: rgb(250,222,190); }

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

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

 span { border-color: rgb(250,222,190); }

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