#FADEBF

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

Shades of Sazerac #FADEBF

Tints of Sazerac #FADEBF

Color information

#FADEBF (or 0xFADEBF) is unknown color: approx Sazerac. HEX triplet: FA, DE and BF. RGB value is (250,222,191). Sum of RGB (Red+Green+Blue) = 250+222+191=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEBF is #052140. Grayscale: #E2E2E2. Windows color (decimal): -336193 or 12574458. OLE color: 12574458.

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

Color convert

RGB250222191-
CMYK00.110.240.02
HSL31.53º85.51%86.47%-
HSV(B)31.53º23.6%98.04%-
XYZ74.9576.3360.07-
YUV226.84107.78144.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 191 (75% from 255) = 28.81%
R=37.71%
G=33.48%
B=28.81%

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
Decimal25022219100.110.240.0231.5385.5186.47
HexFADEBF0B182205656
Octal37233627701330240126126
Binary11111010110111101011111101011110001010000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEBF; }

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

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

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

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

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

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

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

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