#F1DEBE

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

Shades of Dutch White #F1DEBE

Tints of Dutch White #F1DEBE

Color information

#F1DEBE (or 0xF1DEBE) is unknown color: approx Dutch White. HEX triplet: F1, DE and BE. RGB value is (241,222,190). Sum of RGB (Red+Green+Blue) = 241+222+190=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEBE is #0E2141. Grayscale: #E0E0E0. Windows color (decimal): -926018 or 12508913. OLE color: 12508913.

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

Color convert

RGB241222190-
CMYK00.080.210.05
HSL37.65º64.56%84.51%-
HSV(B)37.65º21.16%94.51%-
XYZ71.6974.6659.35-
YUV224.03108.79140.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.91%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 190 (74.61% from 255) = 29.10%
R=36.91%
G=34.00%
B=29.10%

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
Decimal24122219000.080.210.0537.6564.5684.51
HexF1DEBE08155264155
Octal36133627601025546101125
Binary111100011101111010111110010001010110110011010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEBE; }

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

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

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

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

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

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

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

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