#F3E1BA

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

Shades of Dutch White #F3E1BA

Tints of Dutch White #F3E1BA

Color information

#F3E1BA (or 0xF3E1BA) is unknown color: approx Dutch White. HEX triplet: F3, E1 and BA. RGB value is (243,225,186). Sum of RGB (Red+Green+Blue) = 243+225+186=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E1BA is #0C1E45. Grayscale: #E2E2E2. Windows color (decimal): -794182 or 12247539. OLE color: 12247539.

HSL color Cylindrical-coordinate representation of color #F3E1BA: hue angle of 41.05º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3E1BA is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB243225186-
CMYK00.070.230.05
HSL41.05º70.37%84.12%-
HSV(B)41.05º23.46%95.29%-
XYZ72.7576.4557.38-
YUV225.94105.46140.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.16%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 186 (73.05% from 255) = 28.44%
R=37.16%
G=34.40%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322518600.070.230.0541.0570.3784.12
HexF3E1BA07175294654
Octal3633412720727551106124
Binary11110011111000011011101001111011110110100110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E1BA; }

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

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

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

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

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

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

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

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