#F1DDBA

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

Shades of Dutch White #F1DDBA

Tints of Dutch White #F1DDBA

Color information

#F1DDBA (or 0xF1DDBA) is unknown color: approx Dutch White. HEX triplet: F1, DD and BA. RGB value is (241,221,186). Sum of RGB (Red+Green+Blue) = 241+221+186=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDBA is #0E2245. Grayscale: #DFDFDF. Windows color (decimal): -926278 or 12246513. OLE color: 12246513.

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

Color convert

RGB241221186-
CMYK00.080.230.05
HSL38.18º66.27%83.73%-
HSV(B)38.18º22.82%94.51%-
XYZ7173.9656.99-
YUV222.99107.13140.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.19%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 186 (73.05% from 255) = 28.70%
R=37.19%
G=34.10%
B=28.70%

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
Decimal24122118600.080.230.0538.1866.2783.73
HexF1DDBA08175264254
Octal36133527201027546102124
Binary111100011101110110111010010001011110110011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDBA; }

 p { color: rgb(241,221,186); }

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

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

 a { background-color: rgb(241,221,186); }

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

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

 span { border-color: rgb(241,221,186); }

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