Html Css Color HEX #F4DFC0 Sazerac

📋 copy color: '#F4DFC0'

red 244 ◦ green 223 ◦ blue 192

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

Shades of Sazerac #F4DFC0

Tints of Sazerac #F4DFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.14%

R = 37.03%
G = 33.84%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F4DFC0 (or 0xF4DFC0) is known color: Sazerac. HEX triplet: F4, DF and C0. RGB value is (244,223,192). Sum of RGB (Red+Green+Blue) = 244+223+192=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 192 (75.39% from 255 or 29.14% from 659); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFC0 is #0B203F. Grayscale: #E1E1E1. Windows color (decimal): -729152 or 12640244. OLE color: 12640244.

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

Color convert

RGB 244 223 192 -
CMYK 0 0.09 0.21 0.04
HSL 35.77º 0.7% 0.85% -
HSV(B) 35.77º 0.21% 0.96% -
XYZ 73.21 75.81 60.64 -
YUV 225.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 244 223 192 0 0.09 0.21 0.04 35.77 0.7 0.85
Hex F4 DF C0 0 9 15 4 24 46 55
Octal 364 337 300 0 11 25 4 44 106 125
Binary 11110100 11011111 11000000 0 1001 10101 100 100100 1000110 1010101

Color Harmonies of #F4DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DFC0

Black with #F4DFC0

Text Example


Text Example

White with #F4DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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