#F0E1BB

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

Shades of Dutch White #F0E1BB

Tints of Dutch White #F0E1BB

Color information

#F0E1BB (or 0xF0E1BB) is unknown color: approx Dutch White. HEX triplet: F0, E1 and BB. RGB value is (240,225,187). Sum of RGB (Red+Green+Blue) = 240+225+187=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1BB is #0F1E44. Grayscale: #E1E1E1. Windows color (decimal): -990789 or 12313072. OLE color: 12313072.

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

Color convert

RGB240225187-
CMYK00.060.220.06
HSL43.02º63.86%83.73%-
HSV(B)43.02º22.08%94.12%-
XYZ71.8375.9657.89-
YUV225.15106.47138.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.81%
GREEN value IS 225 (88.28% from 255) = 34.51%
BLUE value IS 187 (73.44% from 255) = 28.68%
R=36.81%
G=34.51%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022518700.060.220.0643.0263.8683.73
HexF0E1BB061662b4054
Octal3603412730626653100124
Binary11110000111000011011101101101011011010101110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1BB; }

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

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

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

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

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

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

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

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