#F4E0BE

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

Shades of Dutch White #F4E0BE

Tints of Dutch White #F4E0BE

Color information

#F4E0BE (or 0xF4E0BE) is unknown color: approx Dutch White. HEX triplet: F4, E0 and BE. RGB value is (244,224,190). Sum of RGB (Red+Green+Blue) = 244+224+190=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E0BE is #0B1F41. Grayscale: #E2E2E2. Windows color (decimal): -728898 or 12509428. OLE color: 12509428.

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

Color convert

RGB244224190-
CMYK00.080.220.04
HSL37.78º71.05%85.1%-
HSV(B)37.78º22.13%95.69%-
XYZ73.2676.2659.57-
YUV226.1107.63140.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.08%
GREEN value IS 224 (87.89% from 255) = 34.04%
BLUE value IS 190 (74.61% from 255) = 28.88%
R=37.08%
G=34.04%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422419000.080.220.0437.7871.0585.1
HexF4E0BE08164264755
Octal36434027601026446107125
Binary111101001110000010111110010001011010010011010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E0BE; }

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

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

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

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

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

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

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

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