Html Css Color HEX #F0E0BA Dutch White

📋 copy color: '#F0E0BA'

red 240 ◦ green 224 ◦ blue 186

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

Shades of Dutch White #F0E0BA

Tints of Dutch White #F0E0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.62%

R = 36.92%
G = 34.46%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0E0BA (or 0xF0E0BA) is known color: Dutch White. HEX triplet: F0, E0 and BA. RGB value is (240,224,186). Sum of RGB (Red+Green+Blue) = 240+224+186=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0BA is #0F1F45. Grayscale: #E0E0E0. Windows color (decimal): -991046 or 12247280. OLE color: 12247280.

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

Color convert

RGB 240 224 186 -
CMYK 0 0.07 0.22 0.06
HSL 42.22º 0.64% 0.84% -
HSV(B) 42.22º 0.23% 0.94% -
XYZ 71.45 75.38 57.24 -
YUV 224.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 240 224 186 0 0.07 0.22 0.06 42.22 0.64 0.84
Hex F0 E0 BA 0 7 16 6 2A 40 54
Octal 360 340 272 0 7 26 6 52 100 124
Binary 11110000 11100000 10111010 0 111 10110 110 101010 1000000 1010100

Color Harmonies of #F0E0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E0BA

Black with #F0E0BA

Text Example


Text Example

White with #F0E0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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