#F0E1BE

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

Shades of Dutch White #F0E1BE

Tints of Dutch White #F0E1BE

Color information

#F0E1BE (or 0xF0E1BE) is unknown color: approx Dutch White. HEX triplet: F0, E1 and BE. RGB value is (240,225,190). Sum of RGB (Red+Green+Blue) = 240+225+190=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1BE is #0F1E41. Grayscale: #E1E1E1. Windows color (decimal): -990786 or 12509680. OLE color: 12509680.

HSL color Cylindrical-coordinate representation of color #F0E1BE: hue angle of 42º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0E1BE is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240225190-
CMYK00.060.210.06
HSL42º62.5%84.31%-
HSV(B)42º20.83%94.12%-
XYZ72.1576.0959.6-
YUV225.49107.97138.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.64%
GREEN value IS 225 (88.28% from 255) = 34.35%
BLUE value IS 190 (74.61% from 255) = 29.01%
R=36.64%
G=34.35%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022519000.060.210.064262.584.31
HexF0E1BE061562a3e54
Octal360341276062565276124
Binary1111000011100001101111100110101011101010101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1BE; }

 p { color: rgb(240,225,190); }

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

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

 a { background-color: rgb(240,225,190); }

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

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

 span { border-color: rgb(240,225,190); }

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