#F5E1BE

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

Shades of Dutch White #F5E1BE

Tints of Dutch White #F5E1BE

Color information

#F5E1BE (or 0xF5E1BE) is unknown color: approx Dutch White. HEX triplet: F5, E1 and BE. RGB value is (245,225,190). Sum of RGB (Red+Green+Blue) = 245+225+190=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E1BE is #0A1E41. Grayscale: #E3E3E3. Windows color (decimal): -663106 or 12509685. OLE color: 12509685.

HSL color Cylindrical-coordinate representation of color #F5E1BE: hue angle of 38.18º degrees, saturation: 0.73, 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 #F5E1BE is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245225190-
CMYK00.080.220.04
HSL38.18º73.33%85.29%-
HSV(B)38.18º22.45%96.08%-
XYZ73.8876.9859.68-
YUV226.99107.13140.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.12%
GREEN value IS 225 (88.28% from 255) = 34.09%
BLUE value IS 190 (74.61% from 255) = 28.79%
R=37.12%
G=34.09%
B=28.79%

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
Decimal24522519000.080.220.0438.1873.3385.29
HexF5E1BE08164264955
Octal36534127601026446111125
Binary111101011110000110111110010001011010010011010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E1BE; }

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

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

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

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

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

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

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

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