#FADFBD

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

Shades of Sazerac #FADFBD

Tints of Sazerac #FADFBD

Color information

#FADFBD (or 0xFADFBD) is unknown color: approx Sazerac. HEX triplet: FA, DF and BD. RGB value is (250,223,189). Sum of RGB (Red+Green+Blue) = 250+223+189=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFBD is #052042. Grayscale: #E3E3E3. Windows color (decimal): -335939 or 12443642. OLE color: 12443642.

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

Color convert

RGB250223189-
CMYK00.110.240.02
HSL33.44º85.92%86.08%-
HSV(B)33.44º24.4%98.04%-
XYZ7576.7759.01-
YUV227.2106.45144.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 189 (74.22% from 255) = 28.55%
R=37.76%
G=33.69%
B=28.55%

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
Decimal25022318900.110.240.0233.4485.9286.08
HexFADFBD0B182215656
Octal37233727501330241126126
Binary11111010110111111011110101011110001010000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFBD; }

 p { color: rgb(250,223,189); }

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

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

 a { background-color: rgb(250,223,189); }

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

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

 span { border-color: rgb(250,223,189); }

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