Html Css Color HEX #F4E0BF Dutch White

📋 copy color: '#F4E0BF'

red 244 ◦ green 224 ◦ blue 191

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

Shades of Dutch White #F4E0BF

Tints of Dutch White #F4E0BF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.99%

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

R = 37.03%
G = 33.99%
B = 28.98%

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

#F4E0BF (or 0xF4E0BF) is known color: Dutch White. HEX triplet: F4, E0 and BF. RGB value is (244,224,191). Sum of RGB (Red+Green+Blue) = 244+224+191=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E0BF is #0B1F40. Grayscale: #E2E2E2. Windows color (decimal): -728897 or 12574964. OLE color: 12574964.

HSL color Cylindrical-coordinate representation of color #F4E0BF: hue angle of 37.36º 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 #F4E0BF is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 224 191 -
CMYK 0 0.08 0.22 0.04
HSL 37.36º 0.71% 0.85% -
HSV(B) 37.36º 0.22% 0.96% -
XYZ 73.37 76.31 60.15 -
YUV 226.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 244 224 191 0 0.08 0.22 0.04 37.36 0.71 0.85
Hex F4 E0 BF 0 8 16 4 25 47 55
Octal 364 340 277 0 10 26 4 45 107 125
Binary 11110100 11100000 10111111 0 1000 10110 100 100101 1000111 1010101

Color Harmonies of #F4E0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E0BF

Black with #F4E0BF

Text Example


Text Example

White with #F4E0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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