Html Css Color HEX #F3E1BA Dutch White

📋 copy color: '#F3E1BA'

red 243 ◦ green 225 ◦ blue 186

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

Shades of Dutch White #F3E1BA

Tints of Dutch White #F3E1BA

RGB

 RED value IS 243 (95.31% from 255) = 37.16%

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

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

R = 37.16%
G = 34.4%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F3E1BA (or 0xF3E1BA) is known color: Dutch White. HEX triplet: F3, E1 and BA. RGB value is (243,225,186). Sum of RGB (Red+Green+Blue) = 243+225+186=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E1BA is #0C1E45. Grayscale: #E2E2E2. Windows color (decimal): -794182 or 12247539. OLE color: 12247539.

HSL color Cylindrical-coordinate representation of color #F3E1BA: hue angle of 41.05º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3E1BA is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 225 186 -
CMYK 0 0.07 0.23 0.05
HSL 41.05º 0.7% 0.84% -
HSV(B) 41.05º 0.23% 0.95% -
XYZ 72.75 76.45 57.38 -
YUV 225.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 243 225 186 0 0.07 0.23 0.05 41.05 0.7 0.84
Hex F3 E1 BA 0 7 17 5 29 46 54
Octal 363 341 272 0 7 27 5 51 106 124
Binary 11110011 11100001 10111010 0 111 10111 101 101001 1000110 1010100

Color Harmonies of #F3E1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3E1BA

Black with #F3E1BA

Text Example


Text Example

White with #F3E1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3E1BA; }

 p { color: rgb(243,225,186); }

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

background-color css

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

 a { background-color: rgb(243,225,186); }

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

border-color css

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

 span { border-color: rgb(243,225,186); }

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