#F4E0BA

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

Shades of Dutch White #F4E0BA

Tints of Dutch White #F4E0BA

Color information

#F4E0BA (or 0xF4E0BA) is unknown color: approx Dutch White. HEX triplet: F4, E0 and BA. RGB value is (244,224,186). Sum of RGB (Red+Green+Blue) = 244+224+186=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E0BA is #0B1F45. Grayscale: #E1E1E1. Windows color (decimal): -728902 or 12247284. OLE color: 12247284.

HSL color Cylindrical-coordinate representation of color #F4E0BA: hue angle of 39.31º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4E0BA is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB244224186-
CMYK00.080.240.04
HSL39.31º72.5%84.31%-
HSV(B)39.31º23.77%95.69%-
XYZ72.8376.0957.3-
YUV225.65105.63141.09-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.31%
GREEN value IS 224 (87.89% from 255) = 34.25%
BLUE value IS 186 (73.05% from 255) = 28.44%
R=37.31%
G=34.25%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422418600.080.240.0439.3172.584.31
HexF4E0BA08184274854
Octal36434027201030447110124
Binary111101001110000010111010010001100010010011110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E0BA; }

 p { color: rgb(244,224,186); }

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

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

 a { background-color: rgb(244,224,186); }

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

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

 span { border-color: rgb(244,224,186); }

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