Html Css Color HEX #F0DFCB Sazerac

📋 copy color: '#F0DFCB'

red 240 ◦ green 223 ◦ blue 203

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

Shades of Sazerac #F0DFCB

Tints of Sazerac #F0DFCB

RGB

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

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

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

R = 36.04%
G = 33.48%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0DFCB (or 0xF0DFCB) is known color: Sazerac. HEX triplet: F0, DF and CB. RGB value is (240,223,203). Sum of RGB (Red+Green+Blue) = 240+223+203=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFCB is #0F2034. Grayscale: #E1E1E1. Windows color (decimal): -991285 or 13361136. OLE color: 13361136.

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

Color convert

RGB 240 223 203 -
CMYK 0 0.07 0.15 0.06
HSL 32.43º 0.55% 0.87% -
HSV(B) 32.43º 0.15% 0.94% -
XYZ 73.1 75.61 67.24 -
YUV 225.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 240 223 203 0 0.07 0.15 0.06 32.43 0.55 0.87
Hex F0 DF CB 0 7 F 6 20 37 57
Octal 360 337 313 0 7 17 6 40 67 127
Binary 11110000 11011111 11001011 0 111 1111 110 100000 110111 1010111

Color Harmonies of #F0DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DFCB

Black with #F0DFCB

Text Example


Text Example

White with #F0DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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