Html Css Color HEX #F1DDC5 Sazerac

📋 copy color: '#F1DDC5'

red 241 ◦ green 221 ◦ blue 197

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

Shades of Sazerac #F1DDC5

Tints of Sazerac #F1DDC5

RGB

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

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

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

R = 36.57%
G = 33.54%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F1DDC5 (or 0xF1DDC5) is known color: Sazerac. HEX triplet: F1, DD and C5. RGB value is (241,221,197). Sum of RGB (Red+Green+Blue) = 241+221+197=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 197 (77.34% from 255 or 29.89% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDC5 is #0E223A. Grayscale: #E0E0E0. Windows color (decimal): -926267 or 12967409. OLE color: 12967409.

HSL color Cylindrical-coordinate representation of color #F1DDC5: hue angle of 32.73º 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 #F1DDC5 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 221 197 -
CMYK 0 0.08 0.18 0.05
HSL 32.73º 0.61% 0.86% -
HSV(B) 32.73º 0.18% 0.95% -
XYZ 72.21 74.44 63.39 -
YUV 224.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 241 221 197 0 0.08 0.18 0.05 32.73 0.61 0.86
Hex F1 DD C5 0 8 12 5 21 3D 56
Octal 361 335 305 0 10 22 5 41 75 126
Binary 11110001 11011101 11000101 0 1000 10010 101 100001 111101 1010110

Color Harmonies of #F1DDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DDC5

Black with #F1DDC5

Text Example


Text Example

White with #F1DDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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