#F6E6CC

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

Shades of Derby #F6E6CC

Tints of Derby #F6E6CC

Color information

#F6E6CC (or 0xF6E6CC) is unknown color: approx Derby. HEX triplet: F6, E6 and CC. RGB value is (246,230,204). Sum of RGB (Red+Green+Blue) = 246+230+204=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E6CC is #091933. Grayscale: #E7E7E7. Windows color (decimal): -596276 or 13428470. OLE color: 13428470.

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

Color convert

RGB246230204-
CMYK00.070.170.04
HSL37.14º70%88.24%-
HSV(B)37.14º17.07%96.47%-
XYZ77.280.5568.6-
YUV231.82112.3138.11-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.18%
GREEN value IS 230 (90.23% from 255) = 33.82%
BLUE value IS 204 (80.08% from 255) = 30%
R=36.18%
G=33.82%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623020400.070.170.0437.147088.24
HexF6E6CC07114254658
Octal3663463140721445106130
Binary11110110111001101100110001111000110010010110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E6CC; }

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

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

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

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

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

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

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

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