#F1E1BD

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

Shades of Dutch White #F1E1BD

Tints of Dutch White #F1E1BD

Color information

#F1E1BD (or 0xF1E1BD) is unknown color: approx Dutch White. HEX triplet: F1, E1 and BD. RGB value is (241,225,189). Sum of RGB (Red+Green+Blue) = 241+225+189=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1BD is #0E1E42. Grayscale: #E1E1E1. Windows color (decimal): -925251 or 12444145. OLE color: 12444145.

HSL color Cylindrical-coordinate representation of color #F1E1BD: hue angle of 41.54º degrees, saturation: 0.65, 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 #F1E1BD is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241225189-
CMYK00.070.220.05
HSL41.54º65%84.31%-
HSV(B)41.54º21.58%94.51%-
XYZ72.3976.2359.04-
YUV225.68107.3138.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.79%
GREEN value IS 225 (88.28% from 255) = 34.35%
BLUE value IS 189 (74.22% from 255) = 28.85%
R=36.79%
G=34.35%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122518900.070.220.0541.546584.31
HexF1E1BD071652a4154
Octal3613412750726552101124
Binary11110001111000011011110101111011010110101010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E1BD; }

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

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

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

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

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

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

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

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