#F2EDD8

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

Shades of Orchid White #F2EDD8

Tints of Orchid White #F2EDD8

Color information

#F2EDD8 (or 0xF2EDD8) is unknown color: approx Orchid White. HEX triplet: F2, ED and D8. RGB value is (242,237,216). Sum of RGB (Red+Green+Blue) = 242+237+216=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 216 (84.77% from 255 or 31.08% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDD8 is #0D1227. Grayscale: #ECECEC. Windows color (decimal): -856616 or 14216690. OLE color: 14216690.

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

Color convert

RGB242237216-
CMYK00.020.110.05
HSL48.46º50%89.8%-
HSV(B)48.46º10.74%94.9%-
XYZ79.384.477.08-
YUV236.1116.66132.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.82%
GREEN value IS 237 (92.97% from 255) = 34.10%
BLUE value IS 216 (84.77% from 255) = 31.08%
R=34.82%
G=34.10%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223721600.020.110.0548.465089.8
HexF2EDD802B530325a
Octal362355330021356062132
Binary11110010111011011101100001010111011100001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EDD8; }

 p { color: rgb(242,237,216); }

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

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

 a { background-color: rgb(242,237,216); }

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

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

 span { border-color: rgb(242,237,216); }

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