Html Css Color HEX #F1EFDD Rice Cake

📋 copy color: '#F1EFDD'

red 241 ◦ green 239 ◦ blue 221

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

Shades of Rice Cake #F1EFDD

Tints of Rice Cake #F1EFDD

RGB

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

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

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

R = 34.38%
G = 34.09%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1EFDD (or 0xF1EFDD) is known color: Rice Cake. HEX triplet: F1, EF and DD. RGB value is (241,239,221). Sum of RGB (Red+Green+Blue) = 241+239+221=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EFDD is #0E1022. Grayscale: #EDEDED. Windows color (decimal): -921635 or 14544881. OLE color: 14544881.

HSL color Cylindrical-coordinate representation of color #F1EFDD: hue angle of 54º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1EFDD is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 239 221 -
CMYK 0 0.01 0.08 0.05
HSL 54º 0.42% 0.91% -
HSV(B) 54º 0.08% 0.95% -
XYZ 80.19 85.65 80.71 -
YUV 237.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 241 239 221 0 0.01 0.08 0.05 54 0.42 0.91
Hex F1 EF DD 0 1 8 5 36 2A 5B
Octal 361 357 335 0 1 10 5 66 52 133
Binary 11110001 11101111 11011101 0 1 1000 101 110110 101010 1011011

Color Harmonies of #F1EFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EFDD

Black with #F1EFDD

Text Example


Text Example

White with #F1EFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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