Html Css Color HEX #F1DEB6 Dutch White

📋 copy color: '#F1DEB6'

red 241 ◦ green 222 ◦ blue 182

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

Shades of Dutch White #F1DEB6

Tints of Dutch White #F1DEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 28.22%

R = 37.36%
G = 34.42%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F1DEB6 (or 0xF1DEB6) is known color: Dutch White. HEX triplet: F1, DE and B6. RGB value is (241,222,182). Sum of RGB (Red+Green+Blue) = 241+222+182=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 182 (71.48% from 255 or 28.22% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEB6 is #0E2149. Grayscale: #DFDFDF. Windows color (decimal): -926026 or 11984625. OLE color: 11984625.

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

Color convert

RGB 241 222 182 -
CMYK 0 0.08 0.24 0.05
HSL 40.68º 0.68% 0.83% -
HSV(B) 40.68º 0.24% 0.95% -
XYZ 70.84 74.32 54.87 -
YUV 223.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 241 222 182 0 0.08 0.24 0.05 40.68 0.68 0.83
Hex F1 DE B6 0 8 18 5 29 44 53
Octal 361 336 266 0 10 30 5 51 104 123
Binary 11110001 11011110 10110110 0 1000 11000 101 101001 1000100 1010011

Color Harmonies of #F1DEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DEB6

Black with #F1DEB6

Text Example


Text Example

White with #F1DEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DEB6; }

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

 H1.HeaderClassName
 {
   color: #F1DEB6;
 }
 .AnyTagClassName
 {
   color: #F1DEB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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