Html Css Color HEX #FAE1C7 Sazerac

📋 copy color: '#FAE1C7'

red 250 ◦ green 225 ◦ blue 199

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

Shades of Sazerac #FAE1C7

Tints of Sazerac #FAE1C7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.38%

 BLUE value IS 199 (78.13% from 255) = 29.53%

R = 37.09%
G = 33.38%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FAE1C7 (or 0xFAE1C7) is known color: Sazerac. HEX triplet: FA, E1 and C7. RGB value is (250,225,199). Sum of RGB (Red+Green+Blue) = 250+225+199=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 199 (78.12% from 255 or 29.53% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE1C7 is #051E38. Grayscale: #E5E5E5. Windows color (decimal): -335417 or 13099514. OLE color: 13099514.

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

Color convert

RGB 250 225 199 -
CMYK 0 0.10 0.20 0.02
HSL 30.59º 0.84% 0.88% -
HSV(B) 30.59º 0.2% 0.98% -
XYZ 76.66 78.3 65.11 -
YUV 229.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 250 225 199 0 0.10 0.20 0.02 30.59 0.84 0.88
Hex FA E1 C7 0 A 14 2 1F 54 58
Octal 372 341 307 0 12 24 2 37 124 130
Binary 11111010 11100001 11000111 0 1010 10100 10 11111 1010100 1011000

Color Harmonies of #FAE1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE1C7

Black with #FAE1C7

Text Example


Text Example

White with #FAE1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE1C7; }

 p { color: rgb(250,225,199); }

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

background-color css

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

 a { background-color: rgb(250,225,199); }

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

border-color css

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

 span { border-color: rgb(250,225,199); }

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