Html Css Color HEX #F1EFDF Rice Cake

📋 copy color: '#F1EFDF'

red 241 ◦ green 239 ◦ blue 223

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

Shades of Rice Cake #F1EFDF

Tints of Rice Cake #F1EFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 31.72%

R = 34.28%
G = 34%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F1EFDF (or 0xF1EFDF) is known color: Rice Cake. HEX triplet: F1, EF and DF. RGB value is (241,239,223). Sum of RGB (Red+Green+Blue) = 241+239+223=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EFDF is #0E1020. Grayscale: #EDEDED. Windows color (decimal): -921633 or 14675953. OLE color: 14675953.

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

Color convert

RGB 241 239 223 -
CMYK 0 0.01 0.07 0.05
HSL 53.33º 0.39% 0.91% -
HSV(B) 53.33º 0.07% 0.95% -
XYZ 80.46 85.76 82.12 -
YUV 237.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 241 239 223 0 0.01 0.07 0.05 53.33 0.39 0.91
Hex F1 EF DF 0 1 7 5 35 27 5B
Octal 361 357 337 0 1 7 5 65 47 133
Binary 11110001 11101111 11011111 0 1 111 101 110101 100111 1011011

Color Harmonies of #F1EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EFDF

Black with #F1EFDF

Text Example


Text Example

White with #F1EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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