Html Css Color HEX #F4DCBD Sazerac

📋 copy color: '#F4DCBD'

red 244 ◦ green 220 ◦ blue 189

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

Shades of Sazerac #F4DCBD

Tints of Sazerac #F4DCBD

RGB

 RED value IS 244 (95.7% from 255) = 37.37%

 GREEN value IS 220 (86.33% from 255) = 33.69%

 BLUE value IS 189 (74.22% from 255) = 28.94%

R = 37.37%
G = 33.69%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F4DCBD (or 0xF4DCBD) is known color: Sazerac. HEX triplet: F4, DC and BD. RGB value is (244,220,189). Sum of RGB (Red+Green+Blue) = 244+220+189=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCBD is #0B2342. Grayscale: #DFDFDF. Windows color (decimal): -729923 or 12442868. OLE color: 12442868.

HSL color Cylindrical-coordinate representation of color #F4DCBD: hue angle of 33.82º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4DCBD is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 220 189 -
CMYK 0 0.10 0.23 0.04
HSL 33.82º 0.71% 0.85% -
HSV(B) 33.82º 0.23% 0.96% -
XYZ 72.09 74.09 58.65 -
YUV 223.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 244 220 189 0 0.10 0.23 0.04 33.82 0.71 0.85
Hex F4 DC BD 0 A 17 4 22 47 55
Octal 364 334 275 0 12 27 4 42 107 125
Binary 11110100 11011100 10111101 0 1010 10111 100 100010 1000111 1010101

Color Harmonies of #F4DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DCBD

Black with #F4DCBD

Text Example


Text Example

White with #F4DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DCBD; }

 p { color: rgb(244,220,189); }

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

background-color css

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

 a { background-color: rgb(244,220,189); }

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

border-color css

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

 span { border-color: rgb(244,220,189); }

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