#F1E1BB

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

Shades of Dutch White #F1E1BB

Tints of Dutch White #F1E1BB

Color information

#F1E1BB (or 0xF1E1BB) is unknown color: approx Dutch White. HEX triplet: F1, E1 and BB. RGB value is (241,225,187). Sum of RGB (Red+Green+Blue) = 241+225+187=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1BB is #0E1E44. Grayscale: #E1E1E1. Windows color (decimal): -925253 or 12313073. OLE color: 12313073.

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

Color convert

RGB241225187-
CMYK00.070.220.05
HSL42.22º65.85%83.92%-
HSV(B)42.22º22.41%94.51%-
XYZ72.1776.1457.91-
YUV225.45106.3139.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.91%
GREEN value IS 225 (88.28% from 255) = 34.46%
BLUE value IS 187 (73.44% from 255) = 28.64%
R=36.91%
G=34.46%
B=28.64%

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
Decimal24122518700.070.220.0542.2265.8583.92
HexF1E1BB071652a4254
Octal3613412730726552102124
Binary11110001111000011011101101111011010110101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E1BB; }

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

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

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

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

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

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

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

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