#F3E2BE

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

Shades of Dutch White #F3E2BE

Tints of Dutch White #F3E2BE

Color information

#F3E2BE (or 0xF3E2BE) is unknown color: approx Dutch White. HEX triplet: F3, E2 and BE. RGB value is (243,226,190). Sum of RGB (Red+Green+Blue) = 243+226+190=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E2BE is #0C1D41. Grayscale: #E3E3E3. Windows color (decimal): -793922 or 12509939. OLE color: 12509939.

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

Color convert

RGB243226190-
CMYK00.070.220.05
HSL40.75º68.83%84.9%-
HSV(B)40.75º21.81%95.29%-
XYZ73.4577.1759.74-
YUV226.98107.13139.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.87%
GREEN value IS 226 (88.67% from 255) = 34.29%
BLUE value IS 190 (74.61% from 255) = 28.83%
R=36.87%
G=34.29%
B=28.83%

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
Decimal24322619000.070.220.0540.7568.8384.9
HexF3E2BE07165294555
Octal3633422760726551105125
Binary11110011111000101011111001111011010110100110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E2BE; }

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

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

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

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

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

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

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

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