#FADFC0

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

Shades of Sazerac #FADFC0

Tints of Sazerac #FADFC0

Color information

#FADFC0 (or 0xFADFC0) is unknown color: approx Sazerac. HEX triplet: FA, DF and C0. RGB value is (250,223,192). Sum of RGB (Red+Green+Blue) = 250+223+192=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 192 (75.39% from 255 or 28.87% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFC0 is #05203F. Grayscale: #E3E3E3. Windows color (decimal): -335936 or 12640250. OLE color: 12640250.

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

Color convert

RGB250223192-
CMYK00.110.230.02
HSL32.07º85.29%86.67%-
HSV(B)32.07º23.2%98.04%-
XYZ75.3376.9160.74-
YUV227.54107.95144.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 223 (87.5% from 255) = 33.53%
BLUE value IS 192 (75.39% from 255) = 28.87%
R=37.59%
G=33.53%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022319200.110.230.0232.0785.2986.67
HexFADFC00B172205557
Octal37233730001327240125127
Binary11111010110111111100000001011101111010000010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFC0; }

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

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

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

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

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

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

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

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