Html Css Color HEX #F0EBDC Buttery White

📋 copy color: '#F0EBDC'

red 240 ◦ green 235 ◦ blue 220

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

Shades of Buttery White #F0EBDC

Tints of Buttery White #F0EBDC

RGB

 RED value IS 240 (94.14% from 255) = 34.53%

 GREEN value IS 235 (92.19% from 255) = 33.81%

 BLUE value IS 220 (86.33% from 255) = 31.65%

R = 34.53%
G = 33.81%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0EBDC (or 0xF0EBDC) is known color: Buttery White. HEX triplet: F0, EB and DC. RGB value is (240,235,220). Sum of RGB (Red+Green+Blue) = 240+235+220=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 235 (92.19% from 255 or 33.81% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EBDC is #0F1423. Grayscale: #EAEAEA. Windows color (decimal): -988196 or 14478320. OLE color: 14478320.

HSL color Cylindrical-coordinate representation of color #F0EBDC: hue angle of 45º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0EBDC is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 235 220 -
CMYK 0 0.02 0.08 0.06
HSL 45º 0.4% 0.9% -
HSV(B) 45º 0.08% 0.94% -
XYZ 78.56 83.11 79.61 -
YUV 234.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 240 235 220 0 0.02 0.08 0.06 45 0.4 0.9
Hex F0 EB DC 0 2 8 6 2D 28 5A
Octal 360 353 334 0 2 10 6 55 50 132
Binary 11110000 11101011 11011100 0 10 1000 110 101101 101000 1011010

Color Harmonies of #F0EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EBDC

Black with #F0EBDC

Text Example


Text Example

White with #F0EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EBDC; }

 p { color: rgb(240,235,220); }

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

background-color css

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

 a { background-color: rgb(240,235,220); }

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

border-color css

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

 span { border-color: rgb(240,235,220); }

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