Html Css Color HEX #F8DFBE Sazerac

📋 copy color: '#F8DFBE'

red 248 ◦ green 223 ◦ blue 190

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

Shades of Sazerac #F8DFBE

Tints of Sazerac #F8DFBE

RGB

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

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

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

R = 37.52%
G = 33.74%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F8DFBE (or 0xF8DFBE) is known color: Sazerac. HEX triplet: F8, DF and BE. RGB value is (248,223,190). Sum of RGB (Red+Green+Blue) = 248+223+190=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFBE is #072041. Grayscale: #E2E2E2. Windows color (decimal): -467010 or 12509176. OLE color: 12509176.

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

Color convert

RGB 248 223 190 -
CMYK 0 0.10 0.23 0.03
HSL 34.14º 0.81% 0.86% -
HSV(B) 34.14º 0.23% 0.97% -
XYZ 74.39 76.45 59.55 -
YUV 226.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 248 223 190 0 0.10 0.23 0.03 34.14 0.81 0.86
Hex F8 DF BE 0 A 17 3 22 51 56
Octal 370 337 276 0 12 27 3 42 121 126
Binary 11111000 11011111 10111110 0 1010 10111 11 100010 1010001 1010110

Color Harmonies of #F8DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DFBE

Black with #F8DFBE

Text Example


Text Example

White with #F8DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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