Html Css Color HEX #F1DDC8 Sazerac

📋 copy color: '#F1DDC8'

red 241 ◦ green 221 ◦ blue 200

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

Shades of Sazerac #F1DDC8

Tints of Sazerac #F1DDC8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.38%

 BLUE value IS 200 (78.52% from 255) = 30.21%

R = 36.4%
G = 33.38%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F1DDC8 (or 0xF1DDC8) is known color: Sazerac. HEX triplet: F1, DD and C8. RGB value is (241,221,200). Sum of RGB (Red+Green+Blue) = 241+221+200=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 200 (78.52% from 255 or 30.21% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDC8 is #0E2237. Grayscale: #E0E0E0. Windows color (decimal): -926264 or 13164017. OLE color: 13164017.

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

Color convert

RGB 241 221 200 -
CMYK 0 0.08 0.17 0.05
HSL 30.73º 0.59% 0.86% -
HSV(B) 30.73º 0.17% 0.95% -
XYZ 72.56 74.58 65.22 -
YUV 224.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 241 221 200 0 0.08 0.17 0.05 30.73 0.59 0.86
Hex F1 DD C8 0 8 11 5 1F 3B 56
Octal 361 335 310 0 10 21 5 37 73 126
Binary 11110001 11011101 11001000 0 1000 10001 101 11111 111011 1010110

Color Harmonies of #F1DDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DDC8

Black with #F1DDC8

Text Example


Text Example

White with #F1DDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DDC8; }

 p { color: rgb(241,221,200); }

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

background-color css

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

 a { background-color: rgb(241,221,200); }

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

border-color css

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

 span { border-color: rgb(241,221,200); }

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