Html Css Color HEX #F0E1BD Dutch White

📋 copy color: '#F0E1BD'

red 240 ◦ green 225 ◦ blue 189

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

Shades of Dutch White #F0E1BD

Tints of Dutch White #F0E1BD

RGB

 RED value IS 240 (94.14% from 255) = 36.7%

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

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

R = 36.7%
G = 34.4%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0E1BD (or 0xF0E1BD) is known color: Dutch White. HEX triplet: F0, E1 and BD. RGB value is (240,225,189). Sum of RGB (Red+Green+Blue) = 240+225+189=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1BD is #0F1E42. Grayscale: #E1E1E1. Windows color (decimal): -990787 or 12444144. OLE color: 12444144.

HSL color Cylindrical-coordinate representation of color #F0E1BD: hue angle of 42.35º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0E1BD is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 225 189 -
CMYK 0 0.06 0.21 0.06
HSL 42.35º 0.63% 0.84% -
HSV(B) 42.35º 0.21% 0.94% -
XYZ 72.05 76.05 59.03 -
YUV 225.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 240 225 189 0 0.06 0.21 0.06 42.35 0.63 0.84
Hex F0 E1 BD 0 6 15 6 2A 3F 54
Octal 360 341 275 0 6 25 6 52 77 124
Binary 11110000 11100001 10111101 0 110 10101 110 101010 111111 1010100

Color Harmonies of #F0E1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E1BD

Black with #F0E1BD

Text Example


Text Example

White with #F0E1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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