#F9E2CB

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

Shades of Derby #F9E2CB

Tints of Derby #F9E2CB

Color information

#F9E2CB (or 0xF9E2CB) is unknown color: approx Derby. HEX triplet: F9, E2 and CB. RGB value is (249,226,203). Sum of RGB (Red+Green+Blue) = 249+226+203=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E2CB is #061D34. Grayscale: #E6E6E6. Windows color (decimal): -400693 or 13361913. OLE color: 13361913.

HSL color Cylindrical-coordinate representation of color #F9E2CB: hue angle of 30º 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 #F9E2CB is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249226203-
CMYK00.090.180.02
HSL30º79.31%88.63%-
HSV(B)30º18.47%97.65%-
XYZ77.0478.8467.66-
YUV230.26112.62141.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.73%
GREEN value IS 226 (88.67% from 255) = 33.33%
BLUE value IS 203 (79.69% from 255) = 29.94%
R=36.73%
G=33.33%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922620300.090.180.023079.3188.63
HexF9E2CB091221e4f59
Octal37134231301122236117131
Binary1111100111100010110010110100110010101111010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E2CB; }

 p { color: rgb(249,226,203); }

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

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

 a { background-color: rgb(249,226,203); }

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

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

 span { border-color: rgb(249,226,203); }

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