#F3DDBB

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

Shades of Dutch White #F3DDBB

Tints of Dutch White #F3DDBB

Color information

#F3DDBB (or 0xF3DDBB) is unknown color: approx Dutch White. HEX triplet: F3, DD and BB. RGB value is (243,221,187). Sum of RGB (Red+Green+Blue) = 243+221+187=651 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.33% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DDBB is #0C2244. Grayscale: #DFDFDF. Windows color (decimal): -795205 or 12312051. OLE color: 12312051.

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

Color convert

RGB243221187-
CMYK00.090.230.05
HSL36.43º70%84.31%-
HSV(B)36.43º23.05%95.29%-
XYZ71.7974.3657.58-
YUV223.7107.29141.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.33%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 187 (73.44% from 255) = 28.73%
R=37.33%
G=33.95%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322118700.090.230.0536.437084.31
HexF3DDBB09175244654
Octal36333527301127544106124
Binary111100111101110110111011010011011110110010010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DDBB; }

 p { color: rgb(243,221,187); }

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

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

 a { background-color: rgb(243,221,187); }

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

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

 span { border-color: rgb(243,221,187); }

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