#F2E0DB

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

Shades of Remy #F2E0DB

Tints of Remy #F2E0DB

Color information

#F2E0DB (or 0xF2E0DB) is unknown color: approx Remy. HEX triplet: F2, E0 and DB. RGB value is (242,224,219). Sum of RGB (Red+Green+Blue) = 242+224+219=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0DB is #0D1F24. Grayscale: #E4E4E4. Windows color (decimal): -859941 or 14409970. OLE color: 14409970.

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

Color convert

RGB242224219-
CMYK00.070.100.05
HSL13.04º46.94%90.39%-
HSV(B)13.04º9.5%94.9%-
XYZ76.0677.377.93-
YUV228.81122.46137.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.33%
GREEN value IS 224 (87.89% from 255) = 32.70%
BLUE value IS 219 (85.94% from 255) = 31.97%
R=35.33%
G=32.70%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222421900.070.100.0513.0446.9490.39
HexF2E0DB07A5d2f5a
Octal362340333071251557132
Binary1111001011100000110110110111101010111011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E0DB; }

 p { color: rgb(242,224,219); }

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

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

 a { background-color: rgb(242,224,219); }

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

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

 span { border-color: rgb(242,224,219); }

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