#F3E1BD

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

Shades of Dutch White #F3E1BD

Tints of Dutch White #F3E1BD

Color information

#F3E1BD (or 0xF3E1BD) is unknown color: approx Dutch White. HEX triplet: F3, E1 and BD. RGB value is (243,225,189). Sum of RGB (Red+Green+Blue) = 243+225+189=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E1BD is #0C1E42. Grayscale: #E2E2E2. Windows color (decimal): -794179 or 12444147. OLE color: 12444147.

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

Color convert

RGB243225189-
CMYK00.070.220.05
HSL40º69.23%84.71%-
HSV(B)40º22.22%95.29%-
XYZ73.0776.5859.07-
YUV226.28106.96139.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.99%
GREEN value IS 225 (88.28% from 255) = 34.25%
BLUE value IS 189 (74.22% from 255) = 28.77%
R=36.99%
G=34.25%
B=28.77%

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
Decimal24322518900.070.220.054069.2384.71
HexF3E1BD07165284555
Octal3633412750726550105125
Binary11110011111000011011110101111011010110100010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E1BD; }

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

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

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

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

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

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

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

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