Html Css Color HEX #F7DCBE Sazerac

📋 copy color: '#F7DCBE'

red 247 ◦ green 220 ◦ blue 190

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

Shades of Sazerac #F7DCBE

Tints of Sazerac #F7DCBE

RGB

 RED value IS 247 (96.88% from 255) = 37.6%

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

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

R = 37.6%
G = 33.49%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F7DCBE (or 0xF7DCBE) is known color: Sazerac. HEX triplet: F7, DC and BE. RGB value is (247,220,190). Sum of RGB (Red+Green+Blue) = 247+220+190=657 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.60% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCBE is #082341. Grayscale: #E0E0E0. Windows color (decimal): -533314 or 12508407. OLE color: 12508407.

HSL color Cylindrical-coordinate representation of color #F7DCBE: hue angle of 31.58º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7DCBE is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 220 190 -
CMYK 0 0.11 0.23 0.03
HSL 31.58º 0.78% 0.86% -
HSV(B) 31.58º 0.23% 0.97% -
XYZ 73.25 74.68 59.27 -
YUV 224.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 247 220 190 0 0.11 0.23 0.03 31.58 0.78 0.86
Hex F7 DC BE 0 B 17 3 20 4E 56
Octal 367 334 276 0 13 27 3 40 116 126
Binary 11110111 11011100 10111110 0 1011 10111 11 100000 1001110 1010110

Color Harmonies of #F7DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCBE

Black with #F7DCBE

Text Example


Text Example

White with #F7DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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