#F8E2DE

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

Shades of Remy #F8E2DE

Tints of Remy #F8E2DE

Color information

#F8E2DE (or 0xF8E2DE) is unknown color: approx Remy. HEX triplet: F8, E2 and DE. RGB value is (248,226,222). Sum of RGB (Red+Green+Blue) = 248+226+222=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 226 (88.67% from 255 or 32.47% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E2DE is #071D21. Grayscale: #E8E8E8. Windows color (decimal): -466210 or 14607096. OLE color: 14607096.

HSL color Cylindrical-coordinate representation of color #F8E2DE: hue angle of 9.23º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8E2DE is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248226222-
CMYK00.090.100.03
HSL9.23º65%92.16%-
HSV(B)9.23º10.48%97.25%-
XYZ79.0979.6280.31-
YUV232.12122.29139.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.63%
GREEN value IS 226 (88.67% from 255) = 32.47%
BLUE value IS 222 (87.11% from 255) = 31.90%
R=35.63%
G=32.47%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822622200.090.100.039.236592.16
HexF8E2DE09A39415c
Octal37034233601112311101134
Binary11111000111000101101111001001101011100110000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E2DE; }

 p { color: rgb(248,226,222); }

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

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

 a { background-color: rgb(248,226,222); }

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

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

 span { border-color: rgb(248,226,222); }

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