Html Css Color HEX #F1DFC5 Sazerac

📋 copy color: '#F1DFC5'

red 241 ◦ green 223 ◦ blue 197

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

Shades of Sazerac #F1DFC5

Tints of Sazerac #F1DFC5

RGB

 RED value IS 241 (94.53% from 255) = 36.46%

 GREEN value IS 223 (87.5% from 255) = 33.74%

 BLUE value IS 197 (77.34% from 255) = 29.8%

R = 36.46%
G = 33.74%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F1DFC5 (or 0xF1DFC5) is known color: Sazerac. HEX triplet: F1, DF and C5. RGB value is (241,223,197). Sum of RGB (Red+Green+Blue) = 241+223+197=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFC5 is #0E203A. Grayscale: #E1E1E1. Windows color (decimal): -925755 or 12967921. OLE color: 12967921.

HSL color Cylindrical-coordinate representation of color #F1DFC5: hue angle of 35.45º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1DFC5 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 223 197 -
CMYK 0 0.07 0.18 0.05
HSL 35.45º 0.61% 0.86% -
HSV(B) 35.45º 0.18% 0.95% -
XYZ 72.74 75.51 63.56 -
YUV 225.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 241 223 197 0 0.07 0.18 0.05 35.45 0.61 0.86
Hex F1 DF C5 0 7 12 5 23 3D 56
Octal 361 337 305 0 7 22 5 43 75 126
Binary 11110001 11011111 11000101 0 111 10010 101 100011 111101 1010110

Color Harmonies of #F1DFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DFC5

Black with #F1DFC5

Text Example


Text Example

White with #F1DFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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