#F2DEBE

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

Shades of Dutch White #F2DEBE

Tints of Dutch White #F2DEBE

Color information

#F2DEBE (or 0xF2DEBE) is unknown color: approx Dutch White. HEX triplet: F2, DE and BE. RGB value is (242,222,190). Sum of RGB (Red+Green+Blue) = 242+222+190=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEBE is #0D2141. Grayscale: #E0E0E0. Windows color (decimal): -860482 or 12508914. OLE color: 12508914.

HSL color Cylindrical-coordinate representation of color #F2DEBE: hue angle of 36.92º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2DEBE is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242222190-
CMYK00.080.210.05
HSL36.92º66.67%84.71%-
HSV(B)36.92º21.49%94.9%-
XYZ72.0374.8459.36-
YUV224.33108.63140.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.00%
GREEN value IS 222 (87.11% from 255) = 33.94%
BLUE value IS 190 (74.61% from 255) = 29.05%
R=37.00%
G=33.94%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222219000.080.210.0536.9266.6784.71
HexF2DEBE08155254355
Octal36233627601025545103125
Binary111100101101111010111110010001010110110010110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEBE; }

 p { color: rgb(242,222,190); }

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

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

 a { background-color: rgb(242,222,190); }

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

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

 span { border-color: rgb(242,222,190); }

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