#F0DFBA

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

Shades of Dutch White #F0DFBA

Tints of Dutch White #F0DFBA

Color information

#F0DFBA (or 0xF0DFBA) is unknown color: approx Dutch White. HEX triplet: F0, DF and BA. RGB value is (240,223,186). Sum of RGB (Red+Green+Blue) = 240+223+186=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFBA is #0F2045. Grayscale: #E0E0E0. Windows color (decimal): -991302 or 12247024. OLE color: 12247024.

HSL color Cylindrical-coordinate representation of color #F0DFBA: hue angle of 41.11º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0DFBA is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240223186-
CMYK00.070.220.06
HSL41.11º64.29%83.53%-
HSV(B)41.11º22.5%94.12%-
XYZ71.1974.8557.15-
YUV223.86106.63139.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.98%
GREEN value IS 223 (87.5% from 255) = 34.36%
BLUE value IS 186 (73.05% from 255) = 28.66%
R=36.98%
G=34.36%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022318600.070.220.0641.1164.2983.53
HexF0DFBA07166294054
Octal3603372720726651100124
Binary11110000110111111011101001111011011010100110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFBA; }

 p { color: rgb(240,223,186); }

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

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

 a { background-color: rgb(240,223,186); }

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

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

 span { border-color: rgb(240,223,186); }

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