#FCE5C5

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

Shades of Derby #FCE5C5

Tints of Derby #FCE5C5

Color information

#FCE5C5 (or 0xFCE5C5) is unknown color: approx Derby. HEX triplet: FC, E5 and C5. RGB value is (252,229,197). Sum of RGB (Red+Green+Blue) = 252+229+197=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 197 (77.34% from 255 or 29.06% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5C5 is #031A3A. Grayscale: #E8E8E8. Windows color (decimal): -203323 or 12969468. OLE color: 12969468.

HSL color Cylindrical-coordinate representation of color #FCE5C5: hue angle of 34.91º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCE5C5 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB252229197-
CMYK00.090.220.01
HSL34.91º90.16%88.04%-
HSV(B)34.91º21.83%98.82%-
XYZ78.2480.7764.29-
YUV232.23108.12142.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 229 (89.84% from 255) = 33.78%
BLUE value IS 197 (77.34% from 255) = 29.06%
R=37.17%
G=33.78%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222919700.090.220.0134.9190.1688.04
HexFCE5C509161235a58
Octal37434530501126143132130
Binary1111110011100101110001010100110110110001110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5C5; }

 p { color: rgb(252,229,197); }

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

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

 a { background-color: rgb(252,229,197); }

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

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

 span { border-color: rgb(252,229,197); }

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