Html Css Color HEX #F8DEA5 Buttermilk

📋 copy color: '#F8DEA5'

red 248 ◦ green 222 ◦ blue 165

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

Shades of Buttermilk #F8DEA5

Tints of Buttermilk #F8DEA5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.96%

 BLUE value IS 165 (64.84% from 255) = 25.98%

R = 39.06%
G = 34.96%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F8DEA5 (or 0xF8DEA5) is known color: Buttermilk. HEX triplet: F8, DE and A5. RGB value is (248,222,165). Sum of RGB (Red+Green+Blue) = 248+222+165=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 165 (64.84% from 255 or 25.98% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DEA5 is #07215A. Grayscale: #DFDFDF. Windows color (decimal): -467291 or 10870520. OLE color: 10870520.

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

Color convert

RGB 248 222 165 -
CMYK 0 0.10 0.33 0.03
HSL 41.2º 0.86% 0.81% -
HSV(B) 41.2º 0.33% 0.97% -
XYZ 71.62 74.92 46.28 -
YUV 223.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 248 222 165 0 0.10 0.33 0.03 41.2 0.86 0.81
Hex F8 DE A5 0 A 21 3 29 56 51
Octal 370 336 245 0 12 41 3 51 126 121
Binary 11111000 11011110 10100101 0 1010 100001 11 101001 1010110 1010001

Color Harmonies of #F8DEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DEA5

Black with #F8DEA5

Text Example


Text Example

White with #F8DEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DEA5; }

 p { color: rgb(248,222,165); }

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

background-color css

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

 a { background-color: rgb(248,222,165); }

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

border-color css

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

 span { border-color: rgb(248,222,165); }

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