#F2DFBB

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

Shades of Dutch White #F2DFBB

Tints of Dutch White #F2DFBB

Color information

#F2DFBB (or 0xF2DFBB) is unknown color: approx Dutch White. HEX triplet: F2, DF and BB. RGB value is (242,223,187). Sum of RGB (Red+Green+Blue) = 242+223+187=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFBB is #0D2044. Grayscale: #E0E0E0. Windows color (decimal): -860229 or 12312562. OLE color: 12312562.

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

Color convert

RGB242223187-
CMYK00.080.230.05
HSL39.27º67.9%84.12%-
HSV(B)39.27º22.73%94.9%-
XYZ71.9875.2457.74-
YUV224.58106.79140.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.12%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 187 (73.44% from 255) = 28.68%
R=37.12%
G=34.20%
B=28.68%

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
Decimal24222318700.080.230.0539.2767.984.12
HexF2DFBB08175274454
Octal36233727301027547104124
Binary111100101101111110111011010001011110110011110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFBB; }

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

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

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

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

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

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

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

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