#F1E1BA

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

Shades of Dutch White #F1E1BA

Tints of Dutch White #F1E1BA

Color information

#F1E1BA (or 0xF1E1BA) is unknown color: approx Dutch White. HEX triplet: F1, E1 and BA. RGB value is (241,225,186). Sum of RGB (Red+Green+Blue) = 241+225+186=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1BA is #0E1E45. Grayscale: #E1E1E1. Windows color (decimal): -925254 or 12247537. OLE color: 12247537.

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

Color convert

RGB241225186-
CMYK00.070.230.05
HSL42.55º66.27%83.73%-
HSV(B)42.55º22.82%94.51%-
XYZ72.0676.157.34-
YUV225.34105.8139.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.96%
GREEN value IS 225 (88.28% from 255) = 34.51%
BLUE value IS 186 (73.05% from 255) = 28.53%
R=36.96%
G=34.51%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122518600.070.230.0542.5566.2783.73
HexF1E1BA071752b4254
Octal3613412720727553102124
Binary11110001111000011011101001111011110110101110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E1BA; }

 p { color: rgb(241,225,186); }

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

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

 a { background-color: rgb(241,225,186); }

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

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

 span { border-color: rgb(241,225,186); }

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