#FAE6CA

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

Shades of Derby #FAE6CA

Tints of Derby #FAE6CA

Color information

#FAE6CA (or 0xFAE6CA) is unknown color: approx Derby. HEX triplet: FA, E6 and CA. RGB value is (250,230,202). Sum of RGB (Red+Green+Blue) = 250+230+202=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6CA is #051935. Grayscale: #E8E8E8. Windows color (decimal): -334134 or 13297402. OLE color: 13297402.

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

Color convert

RGB250230202-
CMYK00.080.190.02
HSL35º82.76%88.63%-
HSV(B)35º19.2%98.04%-
XYZ78.3881.1867.42-
YUV232.79110.63140.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.66%
GREEN value IS 230 (90.23% from 255) = 33.72%
BLUE value IS 202 (79.30% from 255) = 29.62%
R=36.66%
G=33.72%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023020200.080.190.023582.7688.63
HexFAE6CA08132235359
Octal37234631201023243123131
Binary11111010111001101100101001000100111010001110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6CA; }

 p { color: rgb(250,230,202); }

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

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

 a { background-color: rgb(250,230,202); }

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

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

 span { border-color: rgb(250,230,202); }

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