Html Css Color HEX #F1E1BE Dutch White

📋 copy color: '#F1E1BE'

red 241 ◦ green 225 ◦ blue 190

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

Shades of Dutch White #F1E1BE

Tints of Dutch White #F1E1BE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.3%

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

R = 36.74%
G = 34.3%
B = 28.96%

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

#F1E1BE (or 0xF1E1BE) is known color: Dutch White. HEX triplet: F1, E1 and BE. RGB value is (241,225,190). Sum of RGB (Red+Green+Blue) = 241+225+190=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1BE is #0E1E41. Grayscale: #E1E1E1. Windows color (decimal): -925250 or 12509681. OLE color: 12509681.

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

Color convert

RGB 241 225 190 -
CMYK 0 0.07 0.21 0.05
HSL 41.18º 0.65% 0.85% -
HSV(B) 41.18º 0.21% 0.95% -
XYZ 72.5 76.27 59.62 -
YUV 225.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 241 225 190 0 0.07 0.21 0.05 41.18 0.65 0.85
Hex F1 E1 BE 0 7 15 5 29 41 55
Octal 361 341 276 0 7 25 5 51 101 125
Binary 11110001 11100001 10111110 0 111 10101 101 101001 1000001 1010101

Color Harmonies of #F1E1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E1BE

Black with #F1E1BE

Text Example


Text Example

White with #F1E1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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