Html Css Color HEX #F5E2BE Dutch White

📋 copy color: '#F5E2BE'

red 245 ◦ green 226 ◦ blue 190

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

Shades of Dutch White #F5E2BE

Tints of Dutch White #F5E2BE

RGB

 RED value IS 245 (96.09% from 255) = 37.07%

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

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

R = 37.07%
G = 34.19%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5E2BE (or 0xF5E2BE) is known color: Dutch White. HEX triplet: F5, E2 and BE. RGB value is (245,226,190). Sum of RGB (Red+Green+Blue) = 245+226+190=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 226 (88.67% from 255 or 34.19% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E2BE is #0A1D41. Grayscale: #E3E3E3. Windows color (decimal): -662850 or 12509941. OLE color: 12509941.

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

Color convert

RGB 245 226 190 -
CMYK 0 0.08 0.22 0.04
HSL 39.27º 0.73% 0.85% -
HSV(B) 39.27º 0.22% 0.96% -
XYZ 74.15 77.52 59.77 -
YUV 227.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 245 226 190 0 0.08 0.22 0.04 39.27 0.73 0.85
Hex F5 E2 BE 0 8 16 4 27 49 55
Octal 365 342 276 0 10 26 4 47 111 125
Binary 11110101 11100010 10111110 0 1000 10110 100 100111 1001001 1010101

Color Harmonies of #F5E2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E2BE

Black with #F5E2BE

Text Example


Text Example

White with #F5E2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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