Html Css Color HEX #F4E1BF Dutch White

📋 copy color: '#F4E1BF'

red 244 ◦ green 225 ◦ blue 191

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

Shades of Dutch White #F4E1BF

Tints of Dutch White #F4E1BF

RGB

 RED value IS 244 (95.7% from 255) = 36.97%

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

 BLUE value IS 191 (75% from 255) = 28.94%

R = 36.97%
G = 34.09%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F4E1BF (or 0xF4E1BF) is known color: Dutch White. HEX triplet: F4, E1 and BF. RGB value is (244,225,191). Sum of RGB (Red+Green+Blue) = 244+225+191=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E1BF is #0B1E40. Grayscale: #E2E2E2. Windows color (decimal): -728641 or 12575220. OLE color: 12575220.

HSL color Cylindrical-coordinate representation of color #F4E1BF: hue angle of 38.49º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4E1BF is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 225 191 -
CMYK 0 0.08 0.22 0.04
HSL 38.49º 0.71% 0.85% -
HSV(B) 38.49º 0.22% 0.96% -
XYZ 73.64 76.85 60.24 -
YUV 226.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 244 225 191 0 0.08 0.22 0.04 38.49 0.71 0.85
Hex F4 E1 BF 0 8 16 4 26 47 55
Octal 364 341 277 0 10 26 4 46 107 125
Binary 11110100 11100001 10111111 0 1000 10110 100 100110 1000111 1010101

Color Harmonies of #F4E1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E1BF

Black with #F4E1BF

Text Example


Text Example

White with #F4E1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E1BF; }

 p { color: rgb(244,225,191); }

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

background-color css

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

 a { background-color: rgb(244,225,191); }

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

border-color css

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

 span { border-color: rgb(244,225,191); }

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