Html Css Color HEX #F5DFBE Sazerac

📋 copy color: '#F5DFBE'

red 245 ◦ green 223 ◦ blue 190

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

Shades of Sazerac #F5DFBE

Tints of Sazerac #F5DFBE

RGB

 RED value IS 245 (96.09% from 255) = 37.23%

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

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

R = 37.23%
G = 33.89%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5DFBE (or 0xF5DFBE) is known color: Sazerac. HEX triplet: F5, DF and BE. RGB value is (245,223,190). Sum of RGB (Red+Green+Blue) = 245+223+190=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFBE is #0A2041. Grayscale: #E1E1E1. Windows color (decimal): -663618 or 12509173. OLE color: 12509173.

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

Color convert

RGB 245 223 190 -
CMYK 0 0.09 0.22 0.04
HSL 36º 0.73% 0.85% -
HSV(B) 36º 0.22% 0.96% -
XYZ 73.34 75.91 59.5 -
YUV 225.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 245 223 190 0 0.09 0.22 0.04 36 0.73 0.85
Hex F5 DF BE 0 9 16 4 24 49 55
Octal 365 337 276 0 11 26 4 44 111 125
Binary 11110101 11011111 10111110 0 1001 10110 100 100100 1001001 1010101

Color Harmonies of #F5DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DFBE

Black with #F5DFBE

Text Example


Text Example

White with #F5DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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