#F1E2BB

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

Shades of Dutch White #F1E2BB

Tints of Dutch White #F1E2BB

Color information

#F1E2BB (or 0xF1E2BB) is unknown color: approx Dutch White. HEX triplet: F1, E2 and BB. RGB value is (241,226,187). Sum of RGB (Red+Green+Blue) = 241+226+187=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2BB is #0E1D44. Grayscale: #E2E2E2. Windows color (decimal): -924997 or 12313329. OLE color: 12313329.

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

Color convert

RGB241226187-
CMYK00.060.220.05
HSL43.33º65.85%83.92%-
HSV(B)43.33º22.41%94.51%-
XYZ72.4476.6858-
YUV226.04105.97138.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 226 (88.67% from 255) = 34.56%
BLUE value IS 187 (73.44% from 255) = 28.59%
R=36.85%
G=34.56%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122618700.060.220.0543.3365.8583.92
HexF1E2BB061652b4254
Octal3613422730626553102124
Binary11110001111000101011101101101011010110101110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E2BB; }

 p { color: rgb(241,226,187); }

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

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

 a { background-color: rgb(241,226,187); }

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

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

 span { border-color: rgb(241,226,187); }

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