Html Css Color HEX #F1E2BB Dutch White

📋 copy color: '#F1E2BB'

red 241 ◦ green 226 ◦ blue 187

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

Shades of Dutch White #F1E2BB

Tints of Dutch White #F1E2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.59%

R = 36.85%
G = 34.56%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1E2BB (or 0xF1E2BB) is known color: Dutch White. HEX triplet: F1, E2 and BB. RGB value is (241,226,187). Sum of RGB (Red+Green+Blue) = 241+226+187=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2BB is #0E1D44. Grayscale: #E2E2E2. Windows color (decimal): -924997 or 12313329. OLE color: 12313329.

HSL color Cylindrical-coordinate representation of color #F1E2BB: hue angle of 43.33º degrees, saturation: 0.66, 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 #F1E2BB is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 226 187 -
CMYK 0 0.06 0.22 0.05
HSL 43.33º 0.66% 0.84% -
HSV(B) 43.33º 0.22% 0.95% -
XYZ 72.44 76.68 58 -
YUV 226.04 105.97 138.67 -
System Red Green Blue C M Y K H S L
Decimal 241 226 187 0 0.06 0.22 0.05 43.33 0.66 0.84
Hex F1 E2 BB 0 6 16 5 2B 42 54
Octal 361 342 273 0 6 26 5 53 102 124
Binary 11110001 11100010 10111011 0 110 10110 101 101011 1000010 1010100

Color Harmonies of #F1E2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E2BB

Black with #F1E2BB

Text Example


Text Example

White with #F1E2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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