#F3E2BD

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

Shades of Dutch White #F3E2BD

Tints of Dutch White #F3E2BD

Color information

#F3E2BD (or 0xF3E2BD) is unknown color: approx Dutch White. HEX triplet: F3, E2 and BD. RGB value is (243,226,189). Sum of RGB (Red+Green+Blue) = 243+226+189=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E2BD is #0C1D42. Grayscale: #E3E3E3. Windows color (decimal): -793923 or 12444403. OLE color: 12444403.

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

Color convert

RGB243226189-
CMYK00.070.220.05
HSL41.11º69.23%84.71%-
HSV(B)41.11º22.22%95.29%-
XYZ73.3477.1259.16-
YUV226.86106.63139.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.93%
GREEN value IS 226 (88.67% from 255) = 34.35%
BLUE value IS 189 (74.22% from 255) = 28.72%
R=36.93%
G=34.35%
B=28.72%

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
Decimal24322618900.070.220.0541.1169.2384.71
HexF3E2BD07165294555
Octal3633422750726551105125
Binary11110011111000101011110101111011010110100110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E2BD; }

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

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

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

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

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

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

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

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