Html Css Color HEX #F8DCBE Sazerac

📋 copy color: '#F8DCBE'

red 248 ◦ green 220 ◦ blue 190

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

Shades of Sazerac #F8DCBE

Tints of Sazerac #F8DCBE

RGB

 RED value IS 248 (97.27% from 255) = 37.69%

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

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

R = 37.69%
G = 33.43%
B = 28.88%

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

#F8DCBE (or 0xF8DCBE) is known color: Sazerac. HEX triplet: F8, DC and BE. RGB value is (248,220,190). Sum of RGB (Red+Green+Blue) = 248+220+190=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCBE is #072341. Grayscale: #E1E1E1. Windows color (decimal): -467778 or 12508408. OLE color: 12508408.

HSL color Cylindrical-coordinate representation of color #F8DCBE: hue angle of 31.03º degrees, saturation: 0.81, 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 #F8DCBE is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 220 190 -
CMYK 0 0.11 0.23 0.03
HSL 31.03º 0.81% 0.86% -
HSV(B) 31.03º 0.23% 0.97% -
XYZ 73.6 74.86 59.29 -
YUV 224.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 248 220 190 0 0.11 0.23 0.03 31.03 0.81 0.86
Hex F8 DC BE 0 B 17 3 1F 51 56
Octal 370 334 276 0 13 27 3 37 121 126
Binary 11111000 11011100 10111110 0 1011 10111 11 11111 1010001 1010110

Color Harmonies of #F8DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCBE

Black with #F8DCBE

Text Example


Text Example

White with #F8DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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