#F3E2B9

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

Shades of Dutch White #F3E2B9

Tints of Dutch White #F3E2B9

Color information

#F3E2B9 (or 0xF3E2B9) is unknown color: approx Dutch White. HEX triplet: F3, E2 and B9. RGB value is (243,226,185). Sum of RGB (Red+Green+Blue) = 243+226+185=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 185 (72.66% from 255 or 28.29% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E2B9 is #0C1D46. Grayscale: #E2E2E2. Windows color (decimal): -793927 or 12182259. OLE color: 12182259.

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

Color convert

RGB243226185-
CMYK00.070.240.05
HSL42.41º70.73%83.92%-
HSV(B)42.41º23.87%95.29%-
XYZ72.9276.9556.91-
YUV226.41104.63139.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.16%
GREEN value IS 226 (88.67% from 255) = 34.56%
BLUE value IS 185 (72.66% from 255) = 28.29%
R=37.16%
G=34.56%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322618500.070.240.0542.4170.7383.92
HexF3E2B9071852a4754
Octal3633422710730552107124
Binary11110011111000101011100101111100010110101010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E2B9; }

 p { color: rgb(243,226,185); }

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

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

 a { background-color: rgb(243,226,185); }

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

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

 span { border-color: rgb(243,226,185); }

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