Html Css Color HEX #F1DFCD Sazerac

📋 copy color: '#F1DFCD'

red 241 ◦ green 223 ◦ blue 205

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

Shades of Sazerac #F1DFCD

Tints of Sazerac #F1DFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.64%

R = 36.02%
G = 33.33%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1DFCD (or 0xF1DFCD) is known color: Sazerac. HEX triplet: F1, DF and CD. RGB value is (241,223,205). Sum of RGB (Red+Green+Blue) = 241+223+205=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFCD is #0E2032. Grayscale: #E2E2E2. Windows color (decimal): -925747 or 13492209. OLE color: 13492209.

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

Color convert

RGB 241 223 205 -
CMYK 0 0.07 0.15 0.05
HSL 30º 0.56% 0.87% -
HSV(B) 30º 0.15% 0.95% -
XYZ 73.68 75.88 68.52 -
YUV 226.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 241 223 205 0 0.07 0.15 0.05 30 0.56 0.87
Hex F1 DF CD 0 7 F 5 1E 38 57
Octal 361 337 315 0 7 17 5 36 70 127
Binary 11110001 11011111 11001101 0 111 1111 101 11110 111000 1010111

Color Harmonies of #F1DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DFCD

Black with #F1DFCD

Text Example


Text Example

White with #F1DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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