Html Css Color HEX #F1DEBC Dutch White

📋 copy color: '#F1DEBC'

red 241 ◦ green 222 ◦ blue 188

#F1DEBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dutch White #F1DEBC

Tints of Dutch White #F1DEBC

RGB

 RED value IS 241 (94.53% from 255) = 37.02%

 GREEN value IS 222 (87.11% from 255) = 34.1%

 BLUE value IS 188 (73.83% from 255) = 28.88%

R = 37.02%
G = 34.1%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1DEBC (or 0xF1DEBC) is known color: 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

RGB 241 222 188 -
CMYK 0 0.08 0.22 0.05
HSL 38.49º 0.65% 0.84% -
HSV(B) 38.49º 0.22% 0.95% -
XYZ 71.47 74.57 58.2 -
YUV 223.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 241 222 188 0 0.08 0.22 0.05 38.49 0.65 0.84
Hex F1 DE BC 0 8 16 5 26 41 54
Octal 361 336 274 0 10 26 5 46 101 124
Binary 11110001 11011110 10111100 0 1000 10110 101 100110 1000001 1010100

Color Harmonies of #F1DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DEBC

Black with #F1DEBC

Text Example


Text Example

White with #F1DEBC

Text Example


Text Example

HTML Codes & Css Web 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>