Html Css Color HEX #F6E2BE Dutch White

📋 copy color: '#F6E2BE'

red 246 ◦ green 226 ◦ blue 190

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

Shades of Dutch White #F6E2BE

Tints of Dutch White #F6E2BE

RGB

 RED value IS 246 (96.48% from 255) = 37.16%

 GREEN value IS 226 (88.67% from 255) = 34.14%

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

R = 37.16%
G = 34.14%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6E2BE (or 0xF6E2BE) is known color: Dutch White. HEX triplet: F6, E2 and BE. RGB value is (246,226,190). Sum of RGB (Red+Green+Blue) = 246+226+190=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E2BE is #091D41. Grayscale: #E4E4E4. Windows color (decimal): -597314 or 12509942. OLE color: 12509942.

HSL color Cylindrical-coordinate representation of color #F6E2BE: hue angle of 38.57º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6E2BE is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 226 190 -
CMYK 0 0.08 0.23 0.04
HSL 38.57º 0.76% 0.85% -
HSV(B) 38.57º 0.23% 0.96% -
XYZ 74.5 77.7 59.79 -
YUV 227.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 246 226 190 0 0.08 0.23 0.04 38.57 0.76 0.85
Hex F6 E2 BE 0 8 17 4 27 4C 55
Octal 366 342 276 0 10 27 4 47 114 125
Binary 11110110 11100010 10111110 0 1000 10111 100 100111 1001100 1010101

Color Harmonies of #F6E2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E2BE

Black with #F6E2BE

Text Example


Text Example

White with #F6E2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E2BE; }

 p { color: rgb(246,226,190); }

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

background-color css

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

 a { background-color: rgb(246,226,190); }

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

border-color css

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

 span { border-color: rgb(246,226,190); }

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