#F3DFB9

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

Shades of Dutch White #F3DFB9

Tints of Dutch White #F3DFB9

Color information

#F3DFB9 (or 0xF3DFB9) is unknown color: approx Dutch White. HEX triplet: F3, DF and B9. RGB value is (243,223,185). Sum of RGB (Red+Green+Blue) = 243+223+185=651 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.33% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 185 (72.66% from 255 or 28.42% from 651); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFB9 is #0C2046. Grayscale: #E0E0E0. Windows color (decimal): -794695 or 12181491. OLE color: 12181491.

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

Color convert

RGB243223185-
CMYK00.080.240.05
HSL39.31º70.73%83.92%-
HSV(B)39.31º23.87%95.29%-
XYZ72.1175.3356.64-
YUV224.65105.63141.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.33%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 185 (72.66% from 255) = 28.42%
R=37.33%
G=34.25%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322318500.080.240.0539.3170.7383.92
HexF3DFB908185274754
Octal36333727101030547107124
Binary111100111101111110111001010001100010110011110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFB9; }

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

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

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

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

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

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

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

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