#F3EDD7

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

Shades of Orchid White #F3EDD7

Tints of Orchid White #F3EDD7

Color information

#F3EDD7 (or 0xF3EDD7) is unknown color: approx Orchid White. HEX triplet: F3, ED and D7. RGB value is (243,237,215). Sum of RGB (Red+Green+Blue) = 243+237+215=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 215 (84.38% from 255 or 30.94% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDD7 is #0C1228. Grayscale: #ECECEC. Windows color (decimal): -791081 or 14151155. OLE color: 14151155.

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

Color convert

RGB243237215-
CMYK00.020.120.05
HSL47.14º53.85%89.8%-
HSV(B)47.14º11.52%95.29%-
XYZ79.5184.5376.42-
YUV236.29115.99132.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.96%
GREEN value IS 237 (92.97% from 255) = 34.10%
BLUE value IS 215 (84.38% from 255) = 30.94%
R=34.96%
G=34.10%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323721500.020.120.0547.1453.8589.8
HexF3EDD702C52f365a
Octal363355327021455766132
Binary11110011111011011101011101011001011011111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDD7; }

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

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

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

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

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

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

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

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