#F6E3CC

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

Shades of Derby #F6E3CC

Tints of Derby #F6E3CC

Color information

#F6E3CC (or 0xF6E3CC) is unknown color: approx Derby. HEX triplet: F6, E3 and CC. RGB value is (246,227,204). Sum of RGB (Red+Green+Blue) = 246+227+204=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 204 (80.08% from 255 or 30.13% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E3CC is #091C33. Grayscale: #E6E6E6. Windows color (decimal): -597044 or 13427702. OLE color: 13427702.

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

Color convert

RGB246227204-
CMYK00.080.170.04
HSL32.86º70%88.24%-
HSV(B)32.86º17.07%96.47%-
XYZ76.3778.8968.33-
YUV230.06113.29139.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.34%
GREEN value IS 227 (89.06% from 255) = 33.53%
BLUE value IS 204 (80.08% from 255) = 30.13%
R=36.34%
G=33.53%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622720400.080.170.0432.867088.24
HexF6E3CC08114214658
Octal36634331401021441106130
Binary111101101110001111001100010001000110010000110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E3CC; }

 p { color: rgb(246,227,204); }

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

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

 a { background-color: rgb(246,227,204); }

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

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

 span { border-color: rgb(246,227,204); }

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