#F2E2BB

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

Shades of Dutch White #F2E2BB

Tints of Dutch White #F2E2BB

Color information

#F2E2BB (or 0xF2E2BB) is unknown color: approx Dutch White. HEX triplet: F2, E2 and BB. RGB value is (242,226,187). Sum of RGB (Red+Green+Blue) = 242+226+187=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2BB is #0D1D44. Grayscale: #E2E2E2. Windows color (decimal): -859461 or 12313330. OLE color: 12313330.

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

Color convert

RGB242226187-
CMYK00.070.230.05
HSL42.55º67.9%84.12%-
HSV(B)42.55º22.73%94.9%-
XYZ72.7876.8658.01-
YUV226.34105.8139.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.95%
GREEN value IS 226 (88.67% from 255) = 34.50%
BLUE value IS 187 (73.44% from 255) = 28.55%
R=36.95%
G=34.50%
B=28.55%

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
Decimal24222618700.070.230.0542.5567.984.12
HexF2E2BB071752b4454
Octal3623422730727553104124
Binary11110010111000101011101101111011110110101110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E2BB; }

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

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

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

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

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

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

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

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