#F3E0B9

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

Shades of Dutch White #F3E0B9

Tints of Dutch White #F3E0B9

Color information

#F3E0B9 (or 0xF3E0B9) is unknown color: approx Dutch White. HEX triplet: F3, E0 and B9. RGB value is (243,224,185). Sum of RGB (Red+Green+Blue) = 243+224+185=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 185 (72.66% from 255 or 28.37% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0B9 is #0C1F46. Grayscale: #E1E1E1. Windows color (decimal): -794439 or 12181747. OLE color: 12181747.

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

Color convert

RGB243224185-
CMYK00.080.240.05
HSL40.34º70.73%83.92%-
HSV(B)40.34º23.87%95.29%-
XYZ72.3775.8756.73-
YUV225.24105.29140.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.27%
GREEN value IS 224 (87.89% from 255) = 34.36%
BLUE value IS 185 (72.66% from 255) = 28.37%
R=37.27%
G=34.36%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322418500.080.240.0540.3470.7383.92
HexF3E0B908185284754
Octal36334027101030550107124
Binary111100111110000010111001010001100010110100010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E0B9; }

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

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

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

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

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

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

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

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