Html Css Color HEX #F0E1BB Dutch White

📋 copy color: '#F0E1BB'

red 240 ◦ green 225 ◦ blue 187

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

Shades of Dutch White #F0E1BB

Tints of Dutch White #F0E1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.68%

R = 36.81%
G = 34.51%
B = 28.68%

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

#F0E1BB (or 0xF0E1BB) is known color: Dutch White. HEX triplet: F0, E1 and BB. RGB value is (240,225,187). Sum of RGB (Red+Green+Blue) = 240+225+187=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1BB is #0F1E44. Grayscale: #E1E1E1. Windows color (decimal): -990789 or 12313072. OLE color: 12313072.

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

Color convert

RGB 240 225 187 -
CMYK 0 0.06 0.22 0.06
HSL 43.02º 0.64% 0.84% -
HSV(B) 43.02º 0.22% 0.94% -
XYZ 71.83 75.96 57.89 -
YUV 225.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 240 225 187 0 0.06 0.22 0.06 43.02 0.64 0.84
Hex F0 E1 BB 0 6 16 6 2B 40 54
Octal 360 341 273 0 6 26 6 53 100 124
Binary 11110000 11100001 10111011 0 110 10110 110 101011 1000000 1010100

Color Harmonies of #F0E1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E1BB

Black with #F0E1BB

Text Example


Text Example

White with #F0E1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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