#F3EDEA

Color #F3EDEA Hint Of Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Red #F3EDEA

Tints of Hint Of Red #F3EDEA

Color information

#F3EDEA (or 0xF3EDEA) is unknown color: approx Hint Of Red. HEX triplet: F3, ED and EA. RGB value is (243,237,234). Sum of RGB (Red+Green+Blue) = 243+237+234=714 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.03% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 234 (91.80% from 255 or 32.77% from 714); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EDEA is #0C1215. Grayscale: #EEEEEE. Windows color (decimal): -791062 or 15396339. OLE color: 15396339.

HSL color Cylindrical-coordinate representation of color #F3EDEA: hue angle of 20º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F3EDEA is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB243237234-
CMYK00.020.040.05
HSL20º27.27%93.53%-
HSV(B)20º3.7%95.29%-
XYZ82.185.5690.03-
YUV238.45125.49131.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.03%
GREEN value IS 237 (92.97% from 255) = 33.19%
BLUE value IS 234 (91.80% from 255) = 32.77%
R=34.03%
G=33.19%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323723400.020.040.052027.2793.53
HexF3EDEA0245141b5e
Octal36335535202452433136
Binary11110011111011011110101001010010110100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDEA; }

 p { color: rgb(243,237,234); }

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

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

 a { background-color: rgb(243,237,234); }

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

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

 span { border-color: rgb(243,237,234); }

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