Html Css Color HEX #F1E1BD Dutch White

📋 copy color: '#F1E1BD'

red 241 ◦ green 225 ◦ blue 189

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

Shades of Dutch White #F1E1BD

Tints of Dutch White #F1E1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.85%

R = 36.79%
G = 34.35%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1E1BD (or 0xF1E1BD) is known color: Dutch White. HEX triplet: F1, E1 and BD. RGB value is (241,225,189). Sum of RGB (Red+Green+Blue) = 241+225+189=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1BD is #0E1E42. Grayscale: #E1E1E1. Windows color (decimal): -925251 or 12444145. OLE color: 12444145.

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

Color convert

RGB 241 225 189 -
CMYK 0 0.07 0.22 0.05
HSL 41.54º 0.65% 0.84% -
HSV(B) 41.54º 0.22% 0.95% -
XYZ 72.39 76.23 59.04 -
YUV 225.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 241 225 189 0 0.07 0.22 0.05 41.54 0.65 0.84
Hex F1 E1 BD 0 7 16 5 2A 41 54
Octal 361 341 275 0 7 26 5 52 101 124
Binary 11110001 11100001 10111101 0 111 10110 101 101010 1000001 1010100

Color Harmonies of #F1E1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E1BD

Black with #F1E1BD

Text Example


Text Example

White with #F1E1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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