#FECF8C

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

Shades of Cherokee #FECF8C

Tints of Cherokee #FECF8C

Color information

#FECF8C (or 0xFECF8C) is unknown color: approx Cherokee. HEX triplet: FE, CF and 8C. RGB value is (254,207,140). Sum of RGB (Red+Green+Blue) = 254+207+140=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 140 (55.08% from 255 or 23.29% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF8C is #013073. Grayscale: #D5D5D5. Windows color (decimal): -77940 or 9228286. OLE color: 9228286.

HSL color Cylindrical-coordinate representation of color #FECF8C: hue angle of 35.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FECF8C is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB254207140-
CMYK00.190.450.00
HSL35.26º98.28%77.25%-
HSV(B)35.26º44.88%99.61%-
XYZ67.9267.5934.28-
YUV213.4286.57156.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 140 (55.08% from 255) = 23.29%
R=42.26%
G=34.44%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420714000.190.450.0035.2698.2877.25
HexFECF8C0132D023624d
Octal37631721402355043142115
Binary111111101100111110001100010011101101010001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECF8C; }

 p { color: rgb(254,207,140); }

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

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

 a { background-color: rgb(254,207,140); }

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

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

 span { border-color: rgb(254,207,140); }

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