#F3E1BE

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

Shades of Dutch White #F3E1BE

Tints of Dutch White #F3E1BE

Color information

#F3E1BE (or 0xF3E1BE) is unknown color: approx Dutch White. HEX triplet: F3, E1 and BE. RGB value is (243,225,190). Sum of RGB (Red+Green+Blue) = 243+225+190=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E1BE is #0C1E41. Grayscale: #E2E2E2. Windows color (decimal): -794178 or 12509683. OLE color: 12509683.

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

Color convert

RGB243225190-
CMYK00.070.220.05
HSL39.62º68.83%84.9%-
HSV(B)39.62º21.81%95.29%-
XYZ73.1876.6259.65-
YUV226.39107.46139.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.93%
GREEN value IS 225 (88.28% from 255) = 34.19%
BLUE value IS 190 (74.61% from 255) = 28.88%
R=36.93%
G=34.19%
B=28.88%

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
Decimal24322519000.070.220.0539.6268.8384.9
HexF3E1BE07165284555
Octal3633412760726550105125
Binary11110011111000011011111001111011010110100010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E1BE; }

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

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

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

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

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

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

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

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