#F9E6CD

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

Shades of Derby #F9E6CD

Tints of Derby #F9E6CD

Color information

#F9E6CD (or 0xF9E6CD) is unknown color: approx Derby. HEX triplet: F9, E6 and CD. RGB value is (249,230,205). Sum of RGB (Red+Green+Blue) = 249+230+205=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 205 (80.47% from 255 or 29.97% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E6CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E6CD is #061932. Grayscale: #E8E8E8. Windows color (decimal): -399667 or 13494009. OLE color: 13494009.

HSL color Cylindrical-coordinate representation of color #F9E6CD: hue angle of 34.09º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9E6CD is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249230205-
CMYK00.080.180.02
HSL34.09º78.57%89.02%-
HSV(B)34.09º17.67%97.65%-
XYZ78.3881.1469.29-
YUV232.83112.29139.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.40%
GREEN value IS 230 (90.23% from 255) = 33.63%
BLUE value IS 205 (80.47% from 255) = 29.97%
R=36.40%
G=33.63%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923020500.080.180.0234.0978.5789.02
HexF9E6CD08122224f59
Octal37134631501022242117131
Binary11111001111001101100110101000100101010001010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E6CD; }

 p { color: rgb(249,230,205); }

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

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

 a { background-color: rgb(249,230,205); }

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

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

 span { border-color: rgb(249,230,205); }

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