#FADFBF

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

Shades of Sazerac #FADFBF

Tints of Sazerac #FADFBF

Color information

#FADFBF (or 0xFADFBF) is unknown color: approx Sazerac. HEX triplet: FA, DF and BF. RGB value is (250,223,191). Sum of RGB (Red+Green+Blue) = 250+223+191=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 191 (75% from 255 or 28.77% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFBF is #052040. Grayscale: #E3E3E3. Windows color (decimal): -335937 or 12574714. OLE color: 12574714.

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

Color convert

RGB250223191-
CMYK00.110.240.02
HSL32.54º85.51%86.47%-
HSV(B)32.54º23.6%98.04%-
XYZ75.2276.8660.16-
YUV227.42107.45144.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 223 (87.5% from 255) = 33.58%
BLUE value IS 191 (75% from 255) = 28.77%
R=37.65%
G=33.58%
B=28.77%

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
Decimal25022319100.110.240.0232.5485.5186.47
HexFADFBF0B182215656
Octal37233727701330241126126
Binary11111010110111111011111101011110001010000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFBF; }

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

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

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

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

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

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

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

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