Html Css Color HEX #F1E2B8 Dutch White

📋 copy color: '#F1E2B8'

red 241 ◦ green 226 ◦ blue 184

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

Shades of Dutch White #F1E2B8

Tints of Dutch White #F1E2B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 28.26%

R = 37.02%
G = 34.72%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F1E2B8 (or 0xF1E2B8) is known color: Dutch White. HEX triplet: F1, E2 and B8. RGB value is (241,226,184). Sum of RGB (Red+Green+Blue) = 241+226+184=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 184 (72.27% from 255 or 28.26% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2B8 is #0E1D47. Grayscale: #E1E1E1. Windows color (decimal): -925000 or 12116721. OLE color: 12116721.

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

Color convert

RGB 241 226 184 -
CMYK 0 0.06 0.24 0.05
HSL 44.21º 0.67% 0.83% -
HSV(B) 44.21º 0.24% 0.95% -
XYZ 72.12 76.55 56.32 -
YUV 225.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 241 226 184 0 0.06 0.24 0.05 44.21 0.67 0.83
Hex F1 E2 B8 0 6 18 5 2C 43 53
Octal 361 342 270 0 6 30 5 54 103 123
Binary 11110001 11100010 10111000 0 110 11000 101 101100 1000011 1010011

Color Harmonies of #F1E2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E2B8

Black with #F1E2B8

Text Example


Text Example

White with #F1E2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E2B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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