#F1EBD7

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

Shades of Orchid White #F1EBD7

Tints of Orchid White #F1EBD7

Color information

#F1EBD7 (or 0xF1EBD7) is unknown color: approx Orchid White. HEX triplet: F1, EB and D7. RGB value is (241,235,215). Sum of RGB (Red+Green+Blue) = 241+235+215=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 215 (84.38% from 255 or 31.11% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EBD7 is #0E1428. Grayscale: #EAEAEA. Windows color (decimal): -922665 or 14150641. OLE color: 14150641.

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

Color convert

RGB241235215-
CMYK00.020.110.05
HSL46.15º48.15%89.41%-
HSV(B)46.15º10.79%94.51%-
XYZ78.2583.0276.19-
YUV234.51116.99132.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.88%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 215 (84.38% from 255) = 31.11%
R=34.88%
G=34.01%
B=31.11%

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
Decimal24123521500.020.110.0546.1548.1589.41
HexF1EBD702B52e3059
Octal361353327021355660131
Binary11110001111010111101011101010111011011101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EBD7; }

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

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

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

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

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

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

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

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