#F4EDD6

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

Shades of Orchid White #F4EDD6

Tints of Orchid White #F4EDD6

Color information

#F4EDD6 (or 0xF4EDD6) is unknown color: approx Orchid White. HEX triplet: F4, ED and D6. RGB value is (244,237,214). Sum of RGB (Red+Green+Blue) = 244+237+214=695 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.11% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 214 (83.98% from 255 or 30.79% from 695); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EDD6 is #0B1229. Grayscale: #ECECEC. Windows color (decimal): -725546 or 14085620. OLE color: 14085620.

HSL color Cylindrical-coordinate representation of color #F4EDD6: hue angle of 46º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F4EDD6 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB244237214-
CMYK00.030.120.04
HSL46º57.69%89.8%-
HSV(B)46º12.3%95.69%-
XYZ79.7384.6675.76-
YUV236.47115.32133.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.11%
GREEN value IS 237 (92.97% from 255) = 34.10%
BLUE value IS 214 (83.98% from 255) = 30.79%
R=35.11%
G=34.10%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423721400.030.120.044657.6989.8
HexF4EDD603C42e3a5a
Octal364355326031445672132
Binary11110100111011011101011001111001001011101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EDD6; }

 p { color: rgb(244,237,214); }

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

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

 a { background-color: rgb(244,237,214); }

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

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

 span { border-color: rgb(244,237,214); }

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