#F1E2BA

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

Shades of Dutch White #F1E2BA

Tints of Dutch White #F1E2BA

Color information

#F1E2BA (or 0xF1E2BA) is unknown color: approx Dutch White. HEX triplet: F1, E2 and BA. RGB value is (241,226,186). Sum of RGB (Red+Green+Blue) = 241+226+186=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2BA is #0E1D45. Grayscale: #E2E2E2. Windows color (decimal): -924998 or 12247793. OLE color: 12247793.

HSL color Cylindrical-coordinate representation of color #F1E2BA: hue angle of 43.64º 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 #F1E2BA is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241226186-
CMYK00.060.230.05
HSL43.64º66.27%83.73%-
HSV(B)43.64º22.82%94.51%-
XYZ72.3376.6457.43-
YUV225.92105.47138.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.91%
GREEN value IS 226 (88.67% from 255) = 34.61%
BLUE value IS 186 (73.05% from 255) = 28.48%
R=36.91%
G=34.61%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122618600.060.230.0543.6466.2783.73
HexF1E2BA061752c4254
Octal3613422720627554102124
Binary11110001111000101011101001101011110110110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E2BA; }

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

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

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

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

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

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

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

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