Html Css Color HEX #F3DCBE Sazerac

📋 copy color: '#F3DCBE'

red 243 ◦ green 220 ◦ blue 190

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

Shades of Sazerac #F3DCBE

Tints of Sazerac #F3DCBE

RGB

 RED value IS 243 (95.31% from 255) = 37.21%

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

 BLUE value IS 190 (74.61% from 255) = 29.1%

R = 37.21%
G = 33.69%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F3DCBE (or 0xF3DCBE) is known color: Sazerac. HEX triplet: F3, DC and BE. RGB value is (243,220,190). Sum of RGB (Red+Green+Blue) = 243+220+190=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCBE is #0C2341. Grayscale: #DFDFDF. Windows color (decimal): -795458 or 12508403. OLE color: 12508403.

HSL color Cylindrical-coordinate representation of color #F3DCBE: hue angle of 33.96º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3DCBE is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 220 190 -
CMYK 0 0.09 0.22 0.05
HSL 33.96º 0.69% 0.85% -
HSV(B) 33.96º 0.22% 0.95% -
XYZ 71.85 73.96 59.2 -
YUV 223.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 243 220 190 0 0.09 0.22 0.05 33.96 0.69 0.85
Hex F3 DC BE 0 9 16 5 22 45 55
Octal 363 334 276 0 11 26 5 42 105 125
Binary 11110011 11011100 10111110 0 1001 10110 101 100010 1000101 1010101

Color Harmonies of #F3DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DCBE

Black with #F3DCBE

Text Example


Text Example

White with #F3DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DCBE; }

 p { color: rgb(243,220,190); }

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

background-color css

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

 a { background-color: rgb(243,220,190); }

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

border-color css

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

 span { border-color: rgb(243,220,190); }

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