#FADFC1

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

Shades of Sazerac #FADFC1

Tints of Sazerac #FADFC1

Color information

#FADFC1 (or 0xFADFC1) is unknown color: approx Sazerac. HEX triplet: FA, DF and C1. RGB value is (250,223,193). Sum of RGB (Red+Green+Blue) = 250+223+193=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 193 (75.78% from 255 or 28.98% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFC1 is #05203E. Grayscale: #E3E3E3. Windows color (decimal): -335935 or 12705786. OLE color: 12705786.

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

Color convert

RGB250223193-
CMYK00.110.230.02
HSL31.58º85.07%86.86%-
HSV(B)31.58º22.8%98.04%-
XYZ75.4476.9561.33-
YUV227.65108.45143.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 193 (75.78% from 255) = 28.98%
R=37.54%
G=33.48%
B=28.98%

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
Decimal25022319300.110.230.0231.5885.0786.86
HexFADFC10B172205557
Octal37233730101327240125127
Binary11111010110111111100000101011101111010000010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFC1; }

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

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

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

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

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

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

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

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