Html Css Color HEX #F0DFC7 Sazerac

📋 copy color: '#F0DFC7'

red 240 ◦ green 223 ◦ blue 199

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

Shades of Sazerac #F0DFC7

Tints of Sazerac #F0DFC7

RGB

 RED value IS 240 (94.14% from 255) = 36.25%

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

 BLUE value IS 199 (78.13% from 255) = 30.06%

R = 36.25%
G = 33.69%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F0DFC7 (or 0xF0DFC7) is known color: Sazerac. HEX triplet: F0, DF and C7. RGB value is (240,223,199). Sum of RGB (Red+Green+Blue) = 240+223+199=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 199 (78.12% from 255 or 30.06% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFC7 is #0F2038. Grayscale: #E1E1E1. Windows color (decimal): -991289 or 13098992. OLE color: 13098992.

HSL color Cylindrical-coordinate representation of color #F0DFC7: hue angle of 35.12º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0DFC7 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 199 -
CMYK 0 0.07 0.17 0.06
HSL 35.12º 0.58% 0.86% -
HSV(B) 35.12º 0.17% 0.94% -
XYZ 72.63 75.42 64.76 -
YUV 225.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 240 223 199 0 0.07 0.17 0.06 35.12 0.58 0.86
Hex F0 DF C7 0 7 11 6 23 3A 56
Octal 360 337 307 0 7 21 6 43 72 126
Binary 11110000 11011111 11000111 0 111 10001 110 100011 111010 1010110

Color Harmonies of #F0DFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DFC7

Black with #F0DFC7

Text Example


Text Example

White with #F0DFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DFC7; }

 p { color: rgb(240,223,199); }

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

background-color css

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

 a { background-color: rgb(240,223,199); }

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

border-color css

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

 span { border-color: rgb(240,223,199); }

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