#F4E4CF

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

Shades of Derby #F4E4CF

Tints of Derby #F4E4CF

Color information

#F4E4CF (or 0xF4E4CF) is unknown color: approx Derby. HEX triplet: F4, E4 and CF. RGB value is (244,228,207). Sum of RGB (Red+Green+Blue) = 244+228+207=679 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.94% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E4CF is #0B1B30. Grayscale: #E6E6E6. Windows color (decimal): -727857 or 13624564. OLE color: 13624564.

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

Color convert

RGB244228207-
CMYK00.070.150.04
HSL34.05º62.71%88.43%-
HSV(B)34.05º15.16%95.69%-
XYZ76.3179.2270.3-
YUV230.39114.8137.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.94%
GREEN value IS 228 (89.45% from 255) = 33.58%
BLUE value IS 207 (81.25% from 255) = 30.49%
R=35.94%
G=33.58%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422820700.070.150.0434.0562.7188.43
HexF4E4CF07F4223f58
Octal364344317071744277130
Binary111101001110010011001111011111111001000101111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E4CF; }

 p { color: rgb(244,228,207); }

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

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

 a { background-color: rgb(244,228,207); }

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

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

 span { border-color: rgb(244,228,207); }

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