Html Css Color HEX #F0EFDD Beige

📋 copy color: '#F0EFDD'

red 240 ◦ green 239 ◦ blue 221

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

Shades of Beige #F0EFDD

Tints of Beige #F0EFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.14%

 BLUE value IS 221 (86.72% from 255) = 31.57%

R = 34.29%
G = 34.14%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0EFDD (or 0xF0EFDD) is known color: Beige. HEX triplet: F0, EF and DD. RGB value is (240,239,221). Sum of RGB (Red+Green+Blue) = 240+239+221=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 221 (86.72% from 255 or 31.57% from 700); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFDD is #0F1022. Grayscale: #EDEDED. Windows color (decimal): -987171 or 14544880. OLE color: 14544880.

HSL color Cylindrical-coordinate representation of color #F0EFDD: hue angle of 56.84º degrees, saturation: 0.39, 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 #F0EFDD is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 239 221 -
CMYK 0 0.00 0.08 0.06
HSL 56.84º 0.39% 0.9% -
HSV(B) 56.84º 0.08% 0.94% -
XYZ 79.85 85.48 80.7 -
YUV 237.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 240 239 221 0 0.00 0.08 0.06 56.84 0.39 0.9
Hex F0 EF DD 0 0 8 6 39 27 5A
Octal 360 357 335 0 0 10 6 71 47 132
Binary 11110000 11101111 11011101 0 0 1000 110 111001 100111 1011010

Color Harmonies of #F0EFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EFDD

Black with #F0EFDD

Text Example


Text Example

White with #F0EFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EFDD; }

 p { color: rgb(240,239,221); }

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

background-color css

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

 a { background-color: rgb(240,239,221); }

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

border-color css

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

 span { border-color: rgb(240,239,221); }

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