Html Css Color HEX #F0DFBA Dutch White

📋 copy color: '#F0DFBA'

red 240 ◦ green 223 ◦ blue 186

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

Shades of Dutch White #F0DFBA

Tints of Dutch White #F0DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.36%

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

R = 36.98%
G = 34.36%
B = 28.66%

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

#F0DFBA (or 0xF0DFBA) is known color: Dutch White. HEX triplet: F0, DF and BA. RGB value is (240,223,186). Sum of RGB (Red+Green+Blue) = 240+223+186=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFBA is #0F2045. Grayscale: #E0E0E0. Windows color (decimal): -991302 or 12247024. OLE color: 12247024.

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

Color convert

RGB 240 223 186 -
CMYK 0 0.07 0.22 0.06
HSL 41.11º 0.64% 0.84% -
HSV(B) 41.11º 0.23% 0.94% -
XYZ 71.19 74.85 57.15 -
YUV 223.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 240 223 186 0 0.07 0.22 0.06 41.11 0.64 0.84
Hex F0 DF BA 0 7 16 6 29 40 54
Octal 360 337 272 0 7 26 6 51 100 124
Binary 11110000 11011111 10111010 0 111 10110 110 101001 1000000 1010100

Color Harmonies of #F0DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DFBA

Black with #F0DFBA

Text Example


Text Example

White with #F0DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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