Html Css Color HEX #F4DFCF Sazerac

📋 copy color: '#F4DFCF'

red 244 ◦ green 223 ◦ blue 207

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

Shades of Sazerac #F4DFCF

Tints of Sazerac #F4DFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 30.71%

R = 36.2%
G = 33.09%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F4DFCF (or 0xF4DFCF) is known color: Sazerac. HEX triplet: F4, DF and CF. RGB value is (244,223,207). Sum of RGB (Red+Green+Blue) = 244+223+207=674 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.20% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFCF is #0B2030. Grayscale: #E3E3E3. Windows color (decimal): -729137 or 13623284. OLE color: 13623284.

HSL color Cylindrical-coordinate representation of color #F4DFCF: hue angle of 25.95º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4DFCF is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 223 207 -
CMYK 0 0.09 0.15 0.04
HSL 25.95º 0.63% 0.88% -
HSV(B) 25.95º 0.15% 0.96% -
XYZ 74.96 76.51 69.85 -
YUV 227.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 244 223 207 0 0.09 0.15 0.04 25.95 0.63 0.88
Hex F4 DF CF 0 9 F 4 1A 3F 58
Octal 364 337 317 0 11 17 4 32 77 130
Binary 11110100 11011111 11001111 0 1001 1111 100 11010 111111 1011000

Color Harmonies of #F4DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DFCF

Black with #F4DFCF

Text Example


Text Example

White with #F4DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DFCF; }

 p { color: rgb(244,223,207); }

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

background-color css

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

 a { background-color: rgb(244,223,207); }

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

border-color css

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

 span { border-color: rgb(244,223,207); }

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