Html Css Color HEX #FADEC2 Sazerac

📋 copy color: '#FADEC2'

red 250 ◦ green 222 ◦ blue 194

#FADEC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sazerac #FADEC2

Tints of Sazerac #FADEC2

RGB

 RED value IS 250 (98.05% from 255) = 37.54%

 GREEN value IS 222 (87.11% from 255) = 33.33%

 BLUE value IS 194 (76.17% from 255) = 29.13%

R = 37.54%
G = 33.33%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FADEC2 (or 0xFADEC2) is known color: Sazerac. HEX triplet: FA, DE and C2. RGB value is (250,222,194). Sum of RGB (Red+Green+Blue) = 250+222+194=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEC2 is #05213D. Grayscale: #E3E3E3. Windows color (decimal): -336190 or 12771066. OLE color: 12771066.

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

Color convert

RGB 250 222 194 -
CMYK 0 0.11 0.22 0.02
HSL 30º 0.85% 0.87% -
HSV(B) 30º 0.22% 0.98% -
XYZ 75.28 76.46 61.83 -
YUV 227.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 250 222 194 0 0.11 0.22 0.02 30 0.85 0.87
Hex FA DE C2 0 B 16 2 1E 55 57
Octal 372 336 302 0 13 26 2 36 125 127
Binary 11111010 11011110 11000010 0 1011 10110 10 11110 1010101 1010111

Color Harmonies of #FADEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADEC2

Black with #FADEC2

Text Example


Text Example

White with #FADEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADEC2; }

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

 H1.HeaderClassName
 {
   color: #FADEC2;
 }
 .AnyTagClassName
 {
   color: #FADEC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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