#F5DFBB

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

Shades of Dutch White #F5DFBB

Tints of Dutch White #F5DFBB

Color information

#F5DFBB (or 0xF5DFBB) is unknown color: approx Dutch White. HEX triplet: F5, DF and BB. RGB value is (245,223,187). Sum of RGB (Red+Green+Blue) = 245+223+187=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFBB is #0A2044. Grayscale: #E1E1E1. Windows color (decimal): -663621 or 12312565. OLE color: 12312565.

HSL color Cylindrical-coordinate representation of color #F5DFBB: hue angle of 37.24º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5DFBB is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245223187-
CMYK00.090.240.04
HSL37.24º74.36%84.71%-
HSV(B)37.24º23.67%96.08%-
XYZ73.0175.7857.79-
YUV225.47106.29141.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.40%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 187 (73.44% from 255) = 28.55%
R=37.40%
G=34.05%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522318700.090.240.0437.2474.3684.71
HexF5DFBB09184254a55
Octal36533727301130445112125
Binary111101011101111110111011010011100010010010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DFBB; }

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

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

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

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

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

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

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

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