#F1EBD5

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

Shades of Orchid White #F1EBD5

Tints of Orchid White #F1EBD5

Color information

#F1EBD5 (or 0xF1EBD5) is unknown color: approx Orchid White. HEX triplet: F1, EB and D5. RGB value is (241,235,213). Sum of RGB (Red+Green+Blue) = 241+235+213=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 213 (83.59% from 255 or 30.91% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EBD5 is #0E142A. Grayscale: #EAEAEA. Windows color (decimal): -922667 or 14019569. OLE color: 14019569.

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

Color convert

RGB241235213-
CMYK00.020.120.05
HSL47.14º50%89.02%-
HSV(B)47.14º11.62%94.51%-
XYZ77.9982.9274.85-
YUV234.29115.99132.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.98%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 213 (83.59% from 255) = 30.91%
R=34.98%
G=34.11%
B=30.91%

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
Decimal24123521300.020.120.0547.145089.02
HexF1EBD502C52f3259
Octal361353325021455762131
Binary11110001111010111101010101011001011011111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EBD5; }

 p { color: rgb(241,235,213); }

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

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

 a { background-color: rgb(241,235,213); }

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

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

 span { border-color: rgb(241,235,213); }

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