Html Css Color HEX #F1EADA Buttery White

📋 copy color: '#F1EADA'

red 241 ◦ green 234 ◦ blue 218

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

Shades of Buttery White #F1EADA

Tints of Buttery White #F1EADA

RGB

 RED value IS 241 (94.53% from 255) = 34.78%

 GREEN value IS 234 (91.8% from 255) = 33.77%

 BLUE value IS 218 (85.55% from 255) = 31.46%

R = 34.78%
G = 33.77%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1EADA (or 0xF1EADA) is known color: Buttery White. HEX triplet: F1, EA and DA. RGB value is (241,234,218). Sum of RGB (Red+Green+Blue) = 241+234+218=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EADA is #0E1525. Grayscale: #EAEAEA. Windows color (decimal): -922918 or 14346993. OLE color: 14346993.

HSL color Cylindrical-coordinate representation of color #F1EADA: hue angle of 41.74º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1EADA is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 234 218 -
CMYK 0 0.03 0.10 0.05
HSL 41.74º 0.45% 0.9% -
HSV(B) 41.74º 0.1% 0.95% -
XYZ 78.35 82.61 78.15 -
YUV 234.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 241 234 218 0 0.03 0.10 0.05 41.74 0.45 0.9
Hex F1 EA DA 0 3 A 5 2A 2D 5A
Octal 361 352 332 0 3 12 5 52 55 132
Binary 11110001 11101010 11011010 0 11 1010 101 101010 101101 1011010

Color Harmonies of #F1EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EADA

Black with #F1EADA

Text Example


Text Example

White with #F1EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EADA; }

 p { color: rgb(241,234,218); }

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

background-color css

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

 a { background-color: rgb(241,234,218); }

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

border-color css

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

 span { border-color: rgb(241,234,218); }

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