Html Css Color HEX #F5E0BE Dutch White

📋 copy color: '#F5E0BE'

red 245 ◦ green 224 ◦ blue 190

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

Shades of Dutch White #F5E0BE

Tints of Dutch White #F5E0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.99%

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

R = 37.18%
G = 33.99%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5E0BE (or 0xF5E0BE) is known color: Dutch White. HEX triplet: F5, E0 and BE. RGB value is (245,224,190). Sum of RGB (Red+Green+Blue) = 245+224+190=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E0BE is #0A1F41. Grayscale: #E2E2E2. Windows color (decimal): -663362 or 12509429. OLE color: 12509429.

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

Color convert

RGB 245 224 190 -
CMYK 0 0.09 0.22 0.04
HSL 37.09º 0.73% 0.85% -
HSV(B) 37.09º 0.22% 0.96% -
XYZ 73.61 76.44 59.59 -
YUV 226.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 245 224 190 0 0.09 0.22 0.04 37.09 0.73 0.85
Hex F5 E0 BE 0 9 16 4 25 49 55
Octal 365 340 276 0 11 26 4 45 111 125
Binary 11110101 11100000 10111110 0 1001 10110 100 100101 1001001 1010101

Color Harmonies of #F5E0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E0BE

Black with #F5E0BE

Text Example


Text Example

White with #F5E0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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