Html Css Color HEX #F0DEBE Dutch White

📋 copy color: '#F0DEBE'

red 240 ◦ green 222 ◦ blue 190

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

Shades of Dutch White #F0DEBE

Tints of Dutch White #F0DEBE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.05%

 BLUE value IS 190 (74.61% from 255) = 29.14%

R = 36.81%
G = 34.05%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0DEBE (or 0xF0DEBE) is known color: Dutch White. HEX triplet: F0, DE and BE. RGB value is (240,222,190). Sum of RGB (Red+Green+Blue) = 240+222+190=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEBE is #0F2141. Grayscale: #DFDFDF. Windows color (decimal): -991554 or 12508912. OLE color: 12508912.

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

Color convert

RGB 240 222 190 -
CMYK 0 0.08 0.21 0.06
HSL 38.4º 0.63% 0.84% -
HSV(B) 38.4º 0.21% 0.94% -
XYZ 71.35 74.49 59.33 -
YUV 223.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 240 222 190 0 0.08 0.21 0.06 38.4 0.63 0.84
Hex F0 DE BE 0 8 15 6 26 3E 54
Octal 360 336 276 0 10 25 6 46 76 124
Binary 11110000 11011110 10111110 0 1000 10101 110 100110 111110 1010100

Color Harmonies of #F0DEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEBE

Black with #F0DEBE

Text Example


Text Example

White with #F0DEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEBE; }

 p { color: rgb(240,222,190); }

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

background-color css

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

 a { background-color: rgb(240,222,190); }

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

border-color css

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

 span { border-color: rgb(240,222,190); }

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