Html Css Color HEX #F7E0BC Dutch White

📋 copy color: '#F7E0BC'

red 247 ◦ green 224 ◦ blue 188

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

Shades of Dutch White #F7E0BC

Tints of Dutch White #F7E0BC

RGB

 RED value IS 247 (96.88% from 255) = 37.48%

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

 BLUE value IS 188 (73.83% from 255) = 28.53%

R = 37.48%
G = 33.99%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F7E0BC (or 0xF7E0BC) is known color: Dutch White. HEX triplet: F7, E0 and BC. RGB value is (247,224,188). Sum of RGB (Red+Green+Blue) = 247+224+188=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E0BC is #081F43. Grayscale: #E2E2E2. Windows color (decimal): -532292 or 12378359. OLE color: 12378359.

HSL color Cylindrical-coordinate representation of color #F7E0BC: hue angle of 36.61º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7E0BC is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 224 188 -
CMYK 0 0.09 0.24 0.03
HSL 36.61º 0.79% 0.85% -
HSV(B) 36.61º 0.24% 0.97% -
XYZ 74.09 76.72 58.48 -
YUV 226.77 106.12 142.43 -
System Red Green Blue C M Y K H S L
Decimal 247 224 188 0 0.09 0.24 0.03 36.61 0.79 0.85
Hex F7 E0 BC 0 9 18 3 25 4F 55
Octal 367 340 274 0 11 30 3 45 117 125
Binary 11110111 11100000 10111100 0 1001 11000 11 100101 1001111 1010101

Color Harmonies of #F7E0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E0BC

Black with #F7E0BC

Text Example


Text Example

White with #F7E0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E0BC; }

 p { color: rgb(247,224,188); }

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

background-color css

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

 a { background-color: rgb(247,224,188); }

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

border-color css

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

 span { border-color: rgb(247,224,188); }

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