#FADEC3

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

Shades of Sazerac #FADEC3

Tints of Sazerac #FADEC3

Color information

#FADEC3 (or 0xFADEC3) is unknown color: approx Sazerac. HEX triplet: FA, DE and C3. RGB value is (250,222,195). Sum of RGB (Red+Green+Blue) = 250+222+195=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 195 (76.56% from 255 or 29.24% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEC3 is #05213C. Grayscale: #E3E3E3. Windows color (decimal): -336189 or 12836602. OLE color: 12836602.

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

Color convert

RGB250222195-
CMYK00.110.220.02
HSL29.45º84.62%87.25%-
HSV(B)29.45º22%98.04%-
XYZ75.476.5162.42-
YUV227.29109.78144.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 195 (76.56% from 255) = 29.24%
R=37.48%
G=33.28%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022219500.110.220.0229.4584.6287.25
HexFADEC30B1621d5557
Octal37233630301326235125127
Binary1111101011011110110000110101110110101110110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEC3; }

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

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

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

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

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

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

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

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