Html Css Color HEX #F1E2BA Dutch White

📋 copy color: '#F1E2BA'

red 241 ◦ green 226 ◦ blue 186

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

Shades of Dutch White #F1E2BA

Tints of Dutch White #F1E2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.61%

 BLUE value IS 186 (73.05% from 255) = 28.48%

R = 36.91%
G = 34.61%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1E2BA (or 0xF1E2BA) is known color: Dutch White. HEX triplet: F1, E2 and BA. RGB value is (241,226,186). Sum of RGB (Red+Green+Blue) = 241+226+186=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2BA is #0E1D45. Grayscale: #E2E2E2. Windows color (decimal): -924998 or 12247793. OLE color: 12247793.

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

Color convert

RGB 241 226 186 -
CMYK 0 0.06 0.23 0.05
HSL 43.64º 0.66% 0.84% -
HSV(B) 43.64º 0.23% 0.95% -
XYZ 72.33 76.64 57.43 -
YUV 225.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 241 226 186 0 0.06 0.23 0.05 43.64 0.66 0.84
Hex F1 E2 BA 0 6 17 5 2C 42 54
Octal 361 342 272 0 6 27 5 54 102 124
Binary 11110001 11100010 10111010 0 110 10111 101 101100 1000010 1010100

Color Harmonies of #F1E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E2BA

Black with #F1E2BA

Text Example


Text Example

White with #F1E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E2BA; }

 p { color: rgb(241,226,186); }

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

background-color css

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

 a { background-color: rgb(241,226,186); }

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

border-color css

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

 span { border-color: rgb(241,226,186); }

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