#F1DFB9

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

Shades of Dutch White #F1DFB9

Tints of Dutch White #F1DFB9

Color information

#F1DFB9 (or 0xF1DFB9) is unknown color: approx Dutch White. HEX triplet: F1, DF and B9. RGB value is (241,223,185). Sum of RGB (Red+Green+Blue) = 241+223+185=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 185 (72.66% from 255 or 28.51% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFB9 is #0E2046. Grayscale: #E0E0E0. Windows color (decimal): -925767 or 12181489. OLE color: 12181489.

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

Color convert

RGB241223185-
CMYK00.070.230.05
HSL40.71º66.67%83.53%-
HSV(B)40.71º23.24%94.51%-
XYZ71.4274.9856.61-
YUV224.05105.96140.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 223 (87.5% from 255) = 34.36%
BLUE value IS 185 (72.66% from 255) = 28.51%
R=37.13%
G=34.36%
B=28.51%

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
Decimal24122318500.070.230.0540.7166.6783.53
HexF1DFB907175294354
Octal3613372710727551103124
Binary11110001110111111011100101111011110110100110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFB9; }

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

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

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

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

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

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

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

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