#F1DEBC

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

Shades of Dutch White #F1DEBC

Tints of Dutch White #F1DEBC

Color information

#F1DEBC (or 0xF1DEBC) is unknown color: approx Dutch White. HEX triplet: F1, DE and BC. RGB value is (241,222,188). Sum of RGB (Red+Green+Blue) = 241+222+188=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEBC is #0E2143. Grayscale: #DFDFDF. Windows color (decimal): -926020 or 12377841. OLE color: 12377841.

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

Color convert

RGB241222188-
CMYK00.080.220.05
HSL38.49º65.43%84.12%-
HSV(B)38.49º21.99%94.51%-
XYZ71.4774.5758.2-
YUV223.8107.79140.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.02%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 188 (73.83% from 255) = 28.88%
R=37.02%
G=34.10%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122218800.080.220.0538.4965.4384.12
HexF1DEBC08165264154
Octal36133627401026546101124
Binary111100011101111010111100010001011010110011010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEBC; }

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

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

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

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

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

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

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

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