#F0DFBB

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

Shades of Dutch White #F0DFBB

Tints of Dutch White #F0DFBB

Color information

#F0DFBB (or 0xF0DFBB) is unknown color: approx Dutch White. HEX triplet: F0, DF and BB. RGB value is (240,223,187). Sum of RGB (Red+Green+Blue) = 240+223+187=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFBB is #0F2044. Grayscale: #E0E0E0. Windows color (decimal): -991301 or 12312560. OLE color: 12312560.

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

Color convert

RGB240223187-
CMYK00.070.220.06
HSL40.75º63.86%83.73%-
HSV(B)40.75º22.08%94.12%-
XYZ71.2974.8957.71-
YUV223.98107.13139.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.92%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 187 (73.44% from 255) = 28.77%
R=36.92%
G=34.31%
B=28.77%

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
Decimal24022318700.070.220.0640.7563.8683.73
HexF0DFBB07166294054
Octal3603372730726651100124
Binary11110000110111111011101101111011011010100110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFBB; }

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

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

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

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

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

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

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

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