#FADFC5

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

Shades of Sazerac #FADFC5

Tints of Sazerac #FADFC5

Color information

#FADFC5 (or 0xFADFC5) is unknown color: approx Sazerac. HEX triplet: FA, DF and C5. RGB value is (250,223,197). Sum of RGB (Red+Green+Blue) = 250+223+197=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 197 (77.34% from 255 or 29.40% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFC5 is #05203A. Grayscale: #E4E4E4. Windows color (decimal): -335931 or 12967930. OLE color: 12967930.

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

Color convert

RGB250223197-
CMYK00.110.210.02
HSL29.43º84.13%87.65%-
HSV(B)29.43º21.2%98.04%-
XYZ75.8977.1363.71-
YUV228.11110.45143.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 197 (77.34% from 255) = 29.40%
R=37.31%
G=33.28%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022319700.110.210.0229.4384.1387.65
HexFADFC50B1521d5458
Octal37233730501325235124130
Binary1111101011011111110001010101110101101110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFC5; }

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

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

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

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

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

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

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

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