#F1DEB9

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

Shades of Dutch White #F1DEB9

Tints of Dutch White #F1DEB9

Color information

#F1DEB9 (or 0xF1DEB9) is unknown color: approx Dutch White. HEX triplet: F1, DE and B9. RGB value is (241,222,185). Sum of RGB (Red+Green+Blue) = 241+222+185=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 185 (72.66% from 255 or 28.55% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEB9 is #0E2146. Grayscale: #DFDFDF. Windows color (decimal): -926023 or 12181233. OLE color: 12181233.

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

Color convert

RGB241222185-
CMYK00.080.230.05
HSL39.64º66.67%83.53%-
HSV(B)39.64º23.24%94.51%-
XYZ71.1574.4556.52-
YUV223.46106.29140.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.19%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 185 (72.66% from 255) = 28.55%
R=37.19%
G=34.26%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122218500.080.230.0539.6466.6783.53
HexF1DEB908175284354
Octal36133627101027550103124
Binary111100011101111010111001010001011110110100010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEB9; }

 p { color: rgb(241,222,185); }

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

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

 a { background-color: rgb(241,222,185); }

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

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

 span { border-color: rgb(241,222,185); }

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