Html Css Color HEX #F4DFBA Dutch White

📋 copy color: '#F4DFBA'

red 244 ◦ green 223 ◦ blue 186

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

Shades of Dutch White #F4DFBA

Tints of Dutch White #F4DFBA

RGB

 RED value IS 244 (95.7% from 255) = 37.37%

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

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

R = 37.37%
G = 34.15%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F4DFBA (or 0xF4DFBA) is known color: Dutch White. HEX triplet: F4, DF and BA. RGB value is (244,223,186). Sum of RGB (Red+Green+Blue) = 244+223+186=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFBA is #0B2045. Grayscale: #E1E1E1. Windows color (decimal): -729158 or 12247028. OLE color: 12247028.

HSL color Cylindrical-coordinate representation of color #F4DFBA: hue angle of 38.28º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4DFBA is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 223 186 -
CMYK 0 0.09 0.24 0.04
HSL 38.28º 0.73% 0.84% -
HSV(B) 38.28º 0.24% 0.96% -
XYZ 72.56 75.55 57.21 -
YUV 225.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 244 223 186 0 0.09 0.24 0.04 38.28 0.73 0.84
Hex F4 DF BA 0 9 18 4 26 48 54
Octal 364 337 272 0 11 30 4 46 110 124
Binary 11110100 11011111 10111010 0 1001 11000 100 100110 1001000 1010100

Color Harmonies of #F4DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DFBA

Black with #F4DFBA

Text Example


Text Example

White with #F4DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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