#F8E2C6

Color #F8E2C6 Derby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Derby #F8E2C6

Tints of Derby #F8E2C6

Color information

#F8E2C6 (or 0xF8E2C6) is unknown color: approx Derby. HEX triplet: F8, E2 and C6. RGB value is (248,226,198). Sum of RGB (Red+Green+Blue) = 248+226+198=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 226 (88.67% from 255 or 33.63% from 672); Blue value is 198 (77.73% from 255 or 29.46% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E2C6 is #071D39. Grayscale: #E5E5E5. Windows color (decimal): -466234 or 13034232. OLE color: 13034232.

HSL color Cylindrical-coordinate representation of color #F8E2C6: hue angle of 33.6º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8E2C6 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB248226198-
CMYK00.090.200.03
HSL33.6º78.12%87.45%-
HSV(B)33.6º20.16%97.25%-
XYZ76.178.4364.55-
YUV229.39110.29141.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.90%
GREEN value IS 226 (88.67% from 255) = 33.63%
BLUE value IS 198 (77.73% from 255) = 29.46%
R=36.90%
G=33.63%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822619800.090.200.0333.678.1287.45
HexF8E2C609143224e57
Octal37034230601124342116127
Binary11111000111000101100011001001101001110001010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E2C6; }

 p { color: rgb(248,226,198); }

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

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

 a { background-color: rgb(248,226,198); }

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

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

 span { border-color: rgb(248,226,198); }

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