Html Css Color HEX #F1E0BE Dutch White

📋 copy color: '#F1E0BE'

red 241 ◦ green 224 ◦ blue 190

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

Shades of Dutch White #F1E0BE

Tints of Dutch White #F1E0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.2%

 BLUE value IS 190 (74.61% from 255) = 29.01%

R = 36.79%
G = 34.2%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F1E0BE (or 0xF1E0BE) is known color: Dutch White. HEX triplet: F1, E0 and BE. RGB value is (241,224,190). Sum of RGB (Red+Green+Blue) = 241+224+190=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0BE is #0E1F41. Grayscale: #E1E1E1. Windows color (decimal): -925506 or 12509425. OLE color: 12509425.

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

Color convert

RGB 241 224 190 -
CMYK 0 0.07 0.21 0.05
HSL 40º 0.65% 0.85% -
HSV(B) 40º 0.21% 0.95% -
XYZ 72.23 75.73 59.53 -
YUV 225.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 241 224 190 0 0.07 0.21 0.05 40 0.65 0.85
Hex F1 E0 BE 0 7 15 5 28 41 55
Octal 361 340 276 0 7 25 5 50 101 125
Binary 11110001 11100000 10111110 0 111 10101 101 101000 1000001 1010101

Color Harmonies of #F1E0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E0BE

Black with #F1E0BE

Text Example


Text Example

White with #F1E0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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