Html Css Color HEX #F1EEE2 Rice Cake

📋 copy color: '#F1EEE2'

red 241 ◦ green 238 ◦ blue 226

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

Shades of Rice Cake #F1EEE2

Tints of Rice Cake #F1EEE2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.76%

 BLUE value IS 226 (88.67% from 255) = 32.06%

R = 34.18%
G = 33.76%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1EEE2 (or 0xF1EEE2) is known color: Rice Cake. HEX triplet: F1, EE and E2. RGB value is (241,238,226). Sum of RGB (Red+Green+Blue) = 241+238+226=705 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.18% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 226 (88.67% from 255 or 32.06% from 705); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EEE2 is #0E111D. Grayscale: #EDEDED. Windows color (decimal): -921886 or 14872305. OLE color: 14872305.

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

Color convert

RGB 241 238 226 -
CMYK 0 0.01 0.06 0.05
HSL 48º 0.35% 0.92% -
HSV(B) 48º 0.06% 0.95% -
XYZ 80.58 85.34 84.18 -
YUV 237.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 241 238 226 0 0.01 0.06 0.05 48 0.35 0.92
Hex F1 EE E2 0 1 6 5 30 23 5C
Octal 361 356 342 0 1 6 5 60 43 134
Binary 11110001 11101110 11100010 0 1 110 101 110000 100011 1011100

Color Harmonies of #F1EEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EEE2

Black with #F1EEE2

Text Example


Text Example

White with #F1EEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EEE2; }

 p { color: rgb(241,238,226); }

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

background-color css

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

 a { background-color: rgb(241,238,226); }

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

border-color css

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

 span { border-color: rgb(241,238,226); }

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