#F2E2BD

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

Shades of Dutch White #F2E2BD

Tints of Dutch White #F2E2BD

Color information

#F2E2BD (or 0xF2E2BD) is unknown color: approx Dutch White. HEX triplet: F2, E2 and BD. RGB value is (242,226,189). Sum of RGB (Red+Green+Blue) = 242+226+189=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2BD is #0D1D42. Grayscale: #E2E2E2. Windows color (decimal): -859459 or 12444402. OLE color: 12444402.

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

Color convert

RGB242226189-
CMYK00.070.220.05
HSL41.89º67.09%84.51%-
HSV(B)41.89º21.9%94.9%-
XYZ7376.9459.15-
YUV226.57106.8139.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.83%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 189 (74.22% from 255) = 28.77%
R=36.83%
G=34.40%
B=28.77%

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
Decimal24222618900.070.220.0541.8967.0984.51
HexF2E2BD071652a4355
Octal3623422750726552103125
Binary11110010111000101011110101111011010110101010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E2BD; }

 p { color: rgb(242,226,189); }

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

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

 a { background-color: rgb(242,226,189); }

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

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

 span { border-color: rgb(242,226,189); }

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