Html Css Color HEX #F0E2BA Dutch White

📋 copy color: '#F0E2BA'

red 240 ◦ green 226 ◦ blue 186

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

Shades of Dutch White #F0E2BA

Tints of Dutch White #F0E2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.66%

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

R = 36.81%
G = 34.66%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0E2BA (or 0xF0E2BA) is known color: Dutch White. HEX triplet: F0, E2 and BA. RGB value is (240,226,186). Sum of RGB (Red+Green+Blue) = 240+226+186=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2BA is #0F1D45. Grayscale: #E1E1E1. Windows color (decimal): -990534 or 12247792. OLE color: 12247792.

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

Color convert

RGB 240 226 186 -
CMYK 0 0.06 0.22 0.06
HSL 44.44º 0.64% 0.84% -
HSV(B) 44.44º 0.23% 0.94% -
XYZ 71.99 76.46 57.42 -
YUV 225.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 240 226 186 0 0.06 0.22 0.06 44.44 0.64 0.84
Hex F0 E2 BA 0 6 16 6 2C 40 54
Octal 360 342 272 0 6 26 6 54 100 124
Binary 11110000 11100010 10111010 0 110 10110 110 101100 1000000 1010100

Color Harmonies of #F0E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E2BA

Black with #F0E2BA

Text Example


Text Example

White with #F0E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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