Html Css Color HEX #F0E0BB Dutch White

📋 copy color: '#F0E0BB'

red 240 ◦ green 224 ◦ blue 187

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

Shades of Dutch White #F0E0BB

Tints of Dutch White #F0E0BB

RGB

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

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

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

R = 36.87%
G = 34.41%
B = 28.73%

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

#F0E0BB (or 0xF0E0BB) is known color: Dutch White. HEX triplet: F0, E0 and BB. RGB value is (240,224,187). Sum of RGB (Red+Green+Blue) = 240+224+187=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0BB is #0F1F44. Grayscale: #E0E0E0. Windows color (decimal): -991045 or 12312816. OLE color: 12312816.

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

Color convert

RGB 240 224 187 -
CMYK 0 0.07 0.22 0.06
HSL 41.89º 0.64% 0.84% -
HSV(B) 41.89º 0.22% 0.94% -
XYZ 71.56 75.42 57.8 -
YUV 224.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 240 224 187 0 0.07 0.22 0.06 41.89 0.64 0.84
Hex F0 E0 BB 0 7 16 6 2A 40 54
Octal 360 340 273 0 7 26 6 52 100 124
Binary 11110000 11100000 10111011 0 111 10110 110 101010 1000000 1010100

Color Harmonies of #F0E0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E0BB

Black with #F0E0BB

Text Example


Text Example

White with #F0E0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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