Html Css Color HEX #F0E0BE Dutch White

📋 copy color: '#F0E0BE'

red 240 ◦ green 224 ◦ blue 190

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

Shades of Dutch White #F0E0BE

Tints of Dutch White #F0E0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.05%

R = 36.7%
G = 34.25%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0E0BE (or 0xF0E0BE) is known color: Dutch White. HEX triplet: F0, E0 and BE. RGB value is (240,224,190). Sum of RGB (Red+Green+Blue) = 240+224+190=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0BE is #0F1F41. Grayscale: #E1E1E1. Windows color (decimal): -991042 or 12509424. OLE color: 12509424.

HSL color Cylindrical-coordinate representation of color #F0E0BE: hue angle of 40.8º degrees, saturation: 0.62, 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 #F0E0BE is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 224 190 -
CMYK 0 0.07 0.21 0.06
HSL 40.8º 0.63% 0.84% -
HSV(B) 40.8º 0.21% 0.94% -
XYZ 71.89 75.55 59.51 -
YUV 224.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 240 224 190 0 0.07 0.21 0.06 40.8 0.63 0.84
Hex F0 E0 BE 0 7 15 6 29 3E 54
Octal 360 340 276 0 7 25 6 51 76 124
Binary 11110000 11100000 10111110 0 111 10101 110 101001 111110 1010100

Color Harmonies of #F0E0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E0BE

Black with #F0E0BE

Text Example


Text Example

White with #F0E0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E0BE; }

 p { color: rgb(240,224,190); }

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

background-color css

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

 a { background-color: rgb(240,224,190); }

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

border-color css

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

 span { border-color: rgb(240,224,190); }

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