#F2E1BB

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

Shades of Dutch White #F2E1BB

Tints of Dutch White #F2E1BB

Color information

#F2E1BB (or 0xF2E1BB) is unknown color: approx Dutch White. HEX triplet: F2, E1 and BB. RGB value is (242,225,187). Sum of RGB (Red+Green+Blue) = 242+225+187=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1BB is #0D1E44. Grayscale: #E1E1E1. Windows color (decimal): -859717 or 12313074. OLE color: 12313074.

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

Color convert

RGB242225187-
CMYK00.070.230.05
HSL41.45º67.9%84.12%-
HSV(B)41.45º22.73%94.9%-
XYZ72.5176.3257.92-
YUV225.75106.13139.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 187 (73.44% from 255) = 28.59%
R=37.00%
G=34.40%
B=28.59%

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
Decimal24222518700.070.230.0541.4567.984.12
HexF2E1BB07175294454
Octal3623412730727551104124
Binary11110010111000011011101101111011110110100110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E1BB; }

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

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

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

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

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

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

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

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