Html Css Color HEX #F0E1BC Dutch White

📋 copy color: '#F0E1BC'

red 240 ◦ green 225 ◦ blue 188

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

Shades of Dutch White #F0E1BC

Tints of Dutch White #F0E1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.79%

R = 36.75%
G = 34.46%
B = 28.79%

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

#F0E1BC (or 0xF0E1BC) is known color: Dutch White. HEX triplet: F0, E1 and BC. RGB value is (240,225,188). Sum of RGB (Red+Green+Blue) = 240+225+188=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1BC is #0F1E43. Grayscale: #E1E1E1. Windows color (decimal): -990788 or 12378608. OLE color: 12378608.

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

Color convert

RGB 240 225 188 -
CMYK 0 0.06 0.22 0.06
HSL 42.69º 0.63% 0.84% -
HSV(B) 42.69º 0.22% 0.94% -
XYZ 71.94 76.01 58.46 -
YUV 225.27 106.97 138.51 -
System Red Green Blue C M Y K H S L
Decimal 240 225 188 0 0.06 0.22 0.06 42.69 0.63 0.84
Hex F0 E1 BC 0 6 16 6 2B 3F 54
Octal 360 341 274 0 6 26 6 53 77 124
Binary 11110000 11100001 10111100 0 110 10110 110 101011 111111 1010100

Color Harmonies of #F0E1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E1BC

Black with #F0E1BC

Text Example


Text Example

White with #F0E1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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