#F1DEDA

Color #F1DEDA Remy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Remy #F1DEDA

Tints of Remy #F1DEDA

Color information

#F1DEDA (or 0xF1DEDA) is unknown color: approx Remy. HEX triplet: F1, DE and DA. RGB value is (241,222,218). Sum of RGB (Red+Green+Blue) = 241+222+218=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEDA is #0E2125. Grayscale: #E3E3E3. Windows color (decimal): -925990 or 14343921. OLE color: 14343921.

HSL color Cylindrical-coordinate representation of color #F1DEDA: hue angle of 10.43º 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 #F1DEDA is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241222218-
CMYK00.080.100.05
HSL10.43º45.1%90%-
HSV(B)10.43º9.54%94.51%-
XYZ75.0576.0177.04-
YUV227.22122.79137.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.39%
GREEN value IS 222 (87.11% from 255) = 32.60%
BLUE value IS 218 (85.55% from 255) = 32.01%
R=35.39%
G=32.60%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122221800.080.100.0510.4345.190
HexF1DEDA08A5a2d5a
Octal3613363320101251255132
Binary11110001110111101101101001000101010110101011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEDA; }

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

 H1.HeaderClassName
 {
   color: #F1DEDA;
 }
 .AnyTagClassName
 {
   color: #F1DEDA;
 }
</style>
background-color css

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

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

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

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

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

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