#F7E9BD

Color #F7E9BD Half Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Colonial White #F7E9BD

Tints of Half Colonial White #F7E9BD

Color information

#F7E9BD (or 0xF7E9BD) is unknown color: approx Half Colonial White. HEX triplet: F7, E9 and BD. RGB value is (247,233,189). Sum of RGB (Red+Green+Blue) = 247+233+189=669 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.92% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7E9BD is #081642. Grayscale: #E8E8E8. Windows color (decimal): -529987 or 12446199. OLE color: 12446199.

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

Color convert

RGB247233189-
CMYK00.060.230.03
HSL45.52º78.38%85.49%-
HSV(B)45.52º23.48%96.86%-
XYZ76.6881.7359.88-
YUV232.17103.64138.58-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.92%
GREEN value IS 233 (91.41% from 255) = 34.83%
BLUE value IS 189 (74.22% from 255) = 28.25%
R=36.92%
G=34.83%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723318900.060.230.0345.5278.3885.49
HexF7E9BD061732e4e55
Octal3673512750627356116125
Binary1111011111101001101111010110101111110111010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E9BD; }

 p { color: rgb(247,233,189); }

 H1.HeaderClassName
 {
   color: #F7E9BD;
 }
 .AnyTagClassName
 {
   color: #F7E9BD;
 }
</style>
background-color css

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

 a { background-color: rgb(247,233,189); }

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

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

 span { border-color: rgb(247,233,189); }

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