Html Css Color HEX #F1DFCB Sazerac

📋 copy color: '#F1DFCB'

red 241 ◦ green 223 ◦ blue 203

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

Shades of Sazerac #F1DFCB

Tints of Sazerac #F1DFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.43%

R = 36.13%
G = 33.43%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1DFCB (or 0xF1DFCB) is known color: Sazerac. HEX triplet: F1, DF and CB. RGB value is (241,223,203). Sum of RGB (Red+Green+Blue) = 241+223+203=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFCB is #0E2034. Grayscale: #E2E2E2. Windows color (decimal): -925749 or 13361137. OLE color: 13361137.

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

Color convert

RGB 241 223 203 -
CMYK 0 0.07 0.16 0.05
HSL 31.58º 0.58% 0.87% -
HSV(B) 31.58º 0.16% 0.95% -
XYZ 73.44 75.79 67.26 -
YUV 226.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 241 223 203 0 0.07 0.16 0.05 31.58 0.58 0.87
Hex F1 DF CB 0 7 10 5 20 3A 57
Octal 361 337 313 0 7 20 5 40 72 127
Binary 11110001 11011111 11001011 0 111 10000 101 100000 111010 1010111

Color Harmonies of #F1DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DFCB

Black with #F1DFCB

Text Example


Text Example

White with #F1DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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